Retry release
This commit is contained in:
parent
a66a2f74f5
commit
fa34ebfdef
4 changed files with 6 additions and 5 deletions
|
|
@ -2,5 +2,5 @@
|
|||
:deps {borkdude/gh-release-artifact
|
||||
#_{:local/root "../gh-release-artifact"}
|
||||
{:git/url "https://github.com/borkdude/gh-release-artifact"
|
||||
:git/sha "7217928045fd53964e7d457aac49b008bccf6f25"}}
|
||||
:git/sha "4a9a74f0e50e897c45df8cc70684360eb30fce80"}}
|
||||
:tasks {release-artifact babashka.release-artifact/release}}
|
||||
|
|
|
|||
2
deps.edn
2
deps.edn
|
|
@ -51,7 +51,7 @@
|
|||
insn/insn {:mvn/version "0.5.2"}
|
||||
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
||||
org.babashka/cli {:mvn/version "0.6.50"}
|
||||
org.babashka/http-client {:mvn/version "0.1.7"}
|
||||
org.babashka/http-client {:mvn/version "0.1.8"}
|
||||
;; native image bloat with ordered 1.5.10
|
||||
org.flatland/ordered {:mvn/version "1.5.9"}}
|
||||
:aliases {:babashka/dev
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
[rewrite-clj/rewrite-clj "1.1.46"]
|
||||
[insn/insn "0.5.2"]
|
||||
[org.babashka/cli "0.6.50"]
|
||||
[org.babashka/http-client "0.1.7"]]
|
||||
[org.babashka/http-client "0.1.8"]]
|
||||
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
|
||||
:metabom {:jar-name "metabom.jar"}
|
||||
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
||||
|
|
|
|||
|
|
@ -51,8 +51,9 @@
|
|||
insn/insn {:mvn/version "0.5.2"}
|
||||
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
||||
org.babashka/cli {:mvn/version "0.6.50"}
|
||||
org.babashka/http-client {:mvn/version "0.1.7"}
|
||||
org.flatland/ordered {:mvn/version "1.15.10"}}
|
||||
org.babashka/http-client {:mvn/version "0.1.8"}
|
||||
;; native image bloat with ordered 1.5.10
|
||||
org.flatland/ordered {:mvn/version "1.5.9"}}
|
||||
:aliases {:babashka/dev
|
||||
{:main-opts ["-m" "babashka.main"]}
|
||||
:profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue