mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 11:09:04 -05:00
📎 Set explicit clojure version on frontend and backend
This commit is contained in:
parent
f303d3c45d
commit
cee85942e6
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{:deps
|
{:deps
|
||||||
{penpot/common {:local/root "../common"}
|
{penpot/common {:local/root "../common"}
|
||||||
|
org.clojure/clojure {:mvn/version "1.10.3"}
|
||||||
org.clojure/core.async {:mvn/version "1.5.648"}
|
org.clojure/core.async {:mvn/version "1.5.648"}
|
||||||
|
|
||||||
;; Logging
|
;; Logging
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{:paths ["src" "vendor" "resources" "test"]
|
{:paths ["src" "vendor" "resources" "test"]
|
||||||
:deps
|
:deps
|
||||||
{penpot/common {:local/root "../common"}
|
{penpot/common {:local/root "../common"}
|
||||||
|
org.clojure/clojure {:mvn/version "1.10.3"}
|
||||||
binaryage/devtools {:mvn/version "RELEASE"}
|
binaryage/devtools {:mvn/version "RELEASE"}
|
||||||
metosin/reitit-core {:mvn/version "0.5.16"}
|
metosin/reitit-core {:mvn/version "0.5.16"}
|
||||||
funcool/beicon {:mvn/version "2021.07.05-1"}
|
funcool/beicon {:mvn/version "2021.07.05-1"}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{penpot/common
|
{penpot/common
|
||||||
{:local/root "../common"}
|
{:local/root "../common"}
|
||||||
|
|
||||||
|
org.clojure/clojure {:mvn/version "1.10.3"}
|
||||||
binaryage/devtools {:mvn/version "RELEASE"}
|
binaryage/devtools {:mvn/version "RELEASE"}
|
||||||
metosin/reitit-core {:mvn/version "0.5.15"}
|
metosin/reitit-core {:mvn/version "0.5.15"}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue