Upgrade to clojure 11 beta1

This commit is contained in:
Michiel Borkent 2022-02-02 22:49:55 +01:00
parent cd07a539f3
commit 5226d9cc0f
3 changed files with 3 additions and 4 deletions

View file

@ -14,7 +14,7 @@
"depstar/src" "process/src" "depstar/src" "process/src"
"deps.clj/src" "deps.clj/resources" "deps.clj/src" "deps.clj/resources"
"resources" "sci/resources"], "resources" "sci/resources"],
:deps {org.clojure/clojure {:mvn/version "1.11.0-alpha4"}, :deps {org.clojure/clojure {:mvn/version "1.11.0-beta1"},
borkdude/sci {:local/root "sci"} borkdude/sci {:local/root "sci"}
babashka/babashka.curl {:local/root "babashka.curl"} babashka/babashka.curl {:local/root "babashka.curl"}
babashka/fs {:local/root "fs"} babashka/fs {:local/root "fs"}

View file

@ -17,7 +17,7 @@
:resource-paths ["resources" "sci/resources"] :resource-paths ["resources" "sci/resources"]
:test-selectors {:default (complement :windows-only) :test-selectors {:default (complement :windows-only)
:windows (complement :skip-windows)} :windows (complement :skip-windows)}
:dependencies [[org.clojure/clojure "1.11.0-alpha4"] :dependencies [[org.clojure/clojure "1.11.0-beta1"]
[borkdude/edamame "0.0.19"] [borkdude/edamame "0.0.19"]
[borkdude/graal.locking "0.0.2"] [borkdude/graal.locking "0.0.2"]
[org.clojure/tools.cli "1.0.206"] [org.clojure/tools.cli "1.0.206"]

View file

@ -38,5 +38,4 @@
'*sh-env* sh-env '*sh-env* sh-env
'with-sh-dir (sci/copy-var shell/with-sh-dir shell-ns) 'with-sh-dir (sci/copy-var shell/with-sh-dir shell-ns)
'with-sh-env (sci/copy-var shell/with-sh-env shell-ns) 'with-sh-env (sci/copy-var shell/with-sh-env shell-ns)
'sh (sci/copy-var sh shell-ns) 'sh (sci/copy-var sh shell-ns)})
'launch (sci/copy-var shell/launch shell-ns)})