Skip to content

Commit

Permalink
update to 0.6.0-rc
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Dec 25, 2023
1 parent dbfe450 commit 64e79d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ viable alternative:

```clojure
:new {:deps {org.babashka/cli {:mvn/version "0.2.15"}
io.github.seancorfield/deps-new {:git/tag "v0.5.3"
:git/sha "c899135"}}
io.github.seancorfield/deps-new {:git/tag "v0.6.0-rc"
:git/sha "dbfe450"}}
:ns-default org.corfield.new
:exec-args {} ;; insert default arguments here
:main-opts ["-m" "babashka.cli.exec"]}
Expand Down
2 changes: 1 addition & 1 deletion resources/org/corfield/new/template/build/deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
io.github.seancorfield/deps-new
{:git/tag "v0.5.3" :git/sha "c899135"}}}
{:git/tag "v0.6.0-rc" :git/sha "dbfe450"}}}
:build {:deps {io.github.clojure/tools.build
{:mvn/version "0.9.6"}}
:ns-default build}}}

0 comments on commit 64e79d1

Please sign in to comment.