0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

Update cljs compiler to latest version.

This commit is contained in:
Andrey Antukh 2017-01-29 14:30:26 +01:00
parent 8981727d09
commit 76625fbb22
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -10,7 +10,7 @@
:profiles {:dev {:source-paths ["dev"]}}
:dependencies [[org.clojure/clojure "1.9.0-alpha14" :scope "provided"]
[org.clojure/clojurescript "1.9.293" :scope "provided"]
[org.clojure/clojurescript "1.9.456" :scope "provided"]
;; Build
[figwheel-sidecar "0.5.8" :scope "test"]