Skip to content

Commit

Permalink
Bump bb.cli (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Mar 28, 2024
1 parent 3bb1913 commit 1d47d97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
babashka/process {:mvn/version "0.4.16"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.46"}
borkdude/rewrite-edn {:mvn/version "0.4.8"}
org.babashka/cli {:mvn/version "0.8.57"}
org.babashka/cli {:mvn/version "0.8.58"}
cheshire/cheshire {:mvn/version "5.11.0"}
io.github.seancorfield/deps-new {:git/url "https://github.com/seancorfield/deps-new"
:git/tag "v0.5.0"
Expand Down
7 changes: 4 additions & 3 deletions neil
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
io.github.seancorfield/deps-new {:git/url "https://github.com/seancorfield/deps-new"
:git/tag "v0.5.0"
:git/sha "48bf01e"}
org.babashka/cli {:mvn/version "0.6.45"}
org.babashka/cli {:mvn/version "0.8.58"}
version-clj/version-clj {:mvn/version "2.0.2"}
org.babashka/http-client {:mvn/version "0.1.4"}}})

Expand Down Expand Up @@ -1084,11 +1084,12 @@ chmod +x bin/kaocha
(let [latest-tag (git/latest-github-tag 'clojure/tools.build)
tag (:name latest-tag)
sha (-> latest-tag :commit :sha (subs 0 7))
slipset-version (latest-stable-clojars-version 'slipset/deps-deploy)
s (format "
{:deps {io.github.clojure/tools.build {:git/tag \"%s\" :git/sha \"%s\"}
slipset/deps-deploy {:mvn/version \"0.2.0\"}}
slipset/deps-deploy {:mvn/version \"%s\"}}
:ns-default build}"
tag sha)]
tag sha slipset-version)]
{:s s
:tag tag
:sha sha}))
Expand Down
2 changes: 1 addition & 1 deletion prelude
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
io.github.seancorfield/deps-new {:git/url "https://github.com/seancorfield/deps-new"
:git/tag "v0.5.0"
:git/sha "48bf01e"}
org.babashka/cli {:mvn/version "0.6.45"}
org.babashka/cli {:mvn/version "0.8.58"}
version-clj/version-clj {:mvn/version "2.0.2"}
org.babashka/http-client {:mvn/version "0.1.4"}}})

0 comments on commit 1d47d97

Please sign in to comment.