mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
📎 Set explicit clojure version on frontend and backend
This commit is contained in:
parent
4c6433b0f1
commit
ad9a7fdce8
@ -1,5 +1,6 @@
|
||||
{:deps
|
||||
{penpot/common {:local/root "../common"}
|
||||
org.clojure/clojure {:mvn/version "1.10.3"}
|
||||
org.clojure/core.async {:mvn/version "1.5.648"}
|
||||
|
||||
;; Logging
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
{penpot/common
|
||||
{:local/root "../common"}
|
||||
|
||||
org.clojure/clojure {:mvn/version "1.10.3"}
|
||||
binaryage/devtools {:mvn/version "RELEASE"}
|
||||
metosin/reitit-core {:mvn/version "0.5.15"}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user