📎 Set explicit clojure version on frontend and backend

This commit is contained in:
Andrey Antukh 2022-03-30 15:10:28 +02:00 committed by Andrés Moya
parent f303d3c45d
commit cee85942e6
3 changed files with 3 additions and 0 deletions

View file

@ -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"}