0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-24 15:56:11 -05:00

Update cljs compiler to 1.9.198.

This commit is contained in:
Andrey Antukh 2016-08-13 13:53:32 +03:00
parent 9e904e4247
commit 697a4dd1fc
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-alpha10" :scope "provided"]
[org.clojure/clojurescript "1.9.89" :scope "provided"]
[org.clojure/clojurescript "1.9.198" :scope "provided"]
;; Build
[figwheel-sidecar "0.5.4-7" :scope "test"]