Skip to content

Commit

Permalink
update tools.build to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 31, 2024
1 parent 2ddadc9 commit 0d24212
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
;; clj -T:build release
:build
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.5" :git/sha "2a21b7a"}}
{:deps {io.github.clojure/tools.build {:git/tag "v0.10.6" :git/sha "52cf7d6"}}
:paths ["script"]
:ns-default build}

Expand All @@ -19,7 +19,5 @@
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:exec-fn cognitect.test-runner.api/test
:exec-args {:dirs ["src/test/clojure"]
:patterns [".*"]}
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]}

:patterns [".*"]}}
}}

0 comments on commit 0d24212

Please sign in to comment.