Skip to content

Commit

Permalink
depps: bump shadow and tools.build
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingetz committed Aug 23, 2023
1 parent 683f263 commit 2033b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:aliases {:dev
{:extra-deps
{binaryage/devtools {:mvn/version "1.0.6"}
thheller/shadow-cljs {:mvn/version "2.22.10"}}
thheller/shadow-cljs {:mvn/version "2.25.2"}}
:jvm-opts
["-Xss2m" ; https://github.com/hyperfiddle/photon/issues/11
"-XX:-OmitStackTraceInFastThrow" ;; RCF
Expand All @@ -24,7 +24,7 @@
:build
{:extra-paths ["src-build"]
:ns-default build
:extra-deps {io.github.clojure/tools.build {:git/tag "v0.8.2" :git/sha "ba1a2bf"}
:extra-deps {io.github.clojure/tools.build {:mvn/version "0.9.5" :exclusions [com.google.guava/guava]}
io.github.seancorfield/build-clj {:git/tag "v0.8.0" :git/sha "9bd8b8a"}
thheller/shadow-cljs {:mvn/version "2.22.10"}}
thheller/shadow-cljs {:mvn/version "2.25.2"}}
:jvm-opts ["-Xss2m"]}}}

0 comments on commit 2033b01

Please sign in to comment.