mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -05:00
Set clojure 1.8.0 as default clojure.
This commit is contained in:
parent
1f642548e9
commit
9b3e41432c
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
:description "UXBox client"
|
||||
:url "http://uxbox.github.io"
|
||||
:license {:name "" :url ""}
|
||||
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]
|
||||
|
||||
:dependencies [[org.clojure/clojure "1.7.0" :scope "provided"]
|
||||
:dependencies [[org.clojure/clojure "1.8.0" :scope "provided"]
|
||||
[org.clojure/clojurescript "1.7.228" :scope "provided"]
|
||||
[figwheel-sidecar "0.5.0-2" :scope "test"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue