Skip to content

Commit e86b05b

Browse files
committed
bump clojurescript dep to 1.10.238
1 parent cbd08ba commit e86b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.191"))
1+
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.238"))
22
(defproject binaryage/devtools "0.9.9"
33
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
44
:url "https://github.com/binaryage/cljs-devtools"

0 commit comments

Comments
 (0)