0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Downgrade to 1.9.293 cljs compiler.

This commit is contained in:
Andrey Antukh 2017-01-31 17:25:59 +01:00
parent 6c1955c0d9
commit f50b82d81c
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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