Skip to content

Commit 1b80a1c

Browse files
committed
Fix dependency conflict between shadow-cljs and tools.build
1 parent 7c87132 commit 1b80a1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps.edn

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
hiccup/hiccup {:mvn/version "2.0.0-RC3"}
1818
io.aviso/pretty {:mvn/version "1.4.4"}
1919
com.lambdaisland/dom-types {:mvn/version "0.6.42"}
20-
io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}
20+
io.github.clojure/tools.build {:git/tag "v0.9.6"
21+
:git/sha "8e78bcc"
22+
:exclusions [com.google.guava/guava]}
2123
io.github.djblue/tetris {:git/url "https://github.com/djblue/tetris.git"
2224
:git/sha "d40ae6b96f918ab7bb7f09ac071f77ca086e8b7f"}}}
2325
:plk
@@ -34,7 +36,7 @@
3436
:shadow
3537
{:jvm-opts ["-Xss16m"]
3638
:extra-deps
37-
{thheller/shadow-cljs {:mvn/version "2.27.4"}}}
39+
{thheller/shadow-cljs {:mvn/version "2.27.4"}}}
3840
:build
3941
{:extra-paths ["src" "dev" "resources"]
4042
:ns-default tasks.build

0 commit comments

Comments
 (0)