Skip to content

Commit

Permalink
bump clojurescript dep to 1.10.238
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Apr 5, 2018
1 parent cbd08ba commit e86b05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.191"))
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.238"))
(defproject binaryage/devtools "0.9.9"
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
:url "https://github.com/binaryage/cljs-devtools"
Expand Down

0 comments on commit e86b05b

Please sign in to comment.