mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
🐛 Fix shadow-cljs version on common/deps.edn file.
This commit is contained in:
parent
8f3c5b5cea
commit
1232f93f1a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
{org.clojure/tools.namespace {:mvn/version "RELEASE"}
|
||||
org.clojure/test.check {:mvn/version "RELEASE"}
|
||||
org.clojure/tools.deps.alpha {:mvn/version "RELEASE"}
|
||||
thheller/shadow-cljs {:mvn/version "2.14.1"}
|
||||
thheller/shadow-cljs {:mvn/version "2.12.6"}
|
||||
criterium/criterium {:mvn/version "RELEASE"}
|
||||
mockery/mockery {:mvn/version "RELEASE"}}
|
||||
:extra-paths ["test" "dev"]}
|
||||
|
|
Loading…
Reference in a new issue