Bump babashka CLI
This commit is contained in:
parent
9241c81238
commit
471ed01cae
3 changed files with 6 additions and 4 deletions
6
deps.edn
6
deps.edn
|
|
@ -50,7 +50,7 @@
|
|||
org.clojure/data.priority-map {:mvn/version "1.1.0"}
|
||||
insn/insn {:mvn/version "0.5.2"}
|
||||
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
||||
org.babashka/cli {:mvn/version "0.4.38"}}
|
||||
org.babashka/cli {:mvn/version "0.5.40"}}
|
||||
:aliases {:babashka/dev
|
||||
{:main-opts ["-m" "babashka.main"]}
|
||||
:profile
|
||||
|
|
@ -154,7 +154,9 @@
|
|||
:deps/manifest :deps}
|
||||
exoscale/interceptor {:git/url "https://github.com/exoscale/interceptor"
|
||||
:git/sha "ca115fe00a0abf3a2f78452ab309c3aa4c00fc4e"
|
||||
:deps/manifest :deps}}
|
||||
:deps/manifest :deps}
|
||||
lambdaisland/uri {:local/root "/tmp/uri"} #_{:git/url "https://github.com/lambdaisland/uri"
|
||||
:git/sha "ac4f1f9c8e4f45a088db1c6383ce2191c973987c"}}
|
||||
:classpath-overrides {org.clojure/clojure nil
|
||||
org.clojure/spec.alpha nil}}
|
||||
:clj-nvd
|
||||
|
|
|
|||
2
fs
2
fs
|
|
@ -1 +1 @@
|
|||
Subproject commit 73210e83808b8bfe664cba7d2148464a2fa38aae
|
||||
Subproject commit 75bdf5aa42a8a34e4e38279f79d761887dc46847
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
[com.github.clj-easy/graal-build-time "0.1.0"]
|
||||
[rewrite-clj/rewrite-clj "1.1.45"]
|
||||
[insn/insn "0.5.2"]
|
||||
[org.babashka/cli "0.4.38"]]
|
||||
[org.babashka/cli "0.5.40"]]
|
||||
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
|
||||
:metabom {:jar-name "metabom.jar"}
|
||||
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue