Skip to content

Commit 0722726

Browse files
committed
Update to 1.9.456
1 parent 296fffd commit 0722726

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

planck-cljs/project.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
(defproject planck "0.1.0"
22
:profiles {:dev
3-
{:dependencies [[org.clojure/clojurescript "1.9.229"]
3+
{:dependencies [[org.clojure/clojurescript "1.9.456"]
44
[org.clojure/test.check "0.9.0"]
55
[tubular "1.0.0"]]
66
:source-paths ["dev"]}
77
:build {}}
88
:dependencies [[org.clojure/clojure "1.8.0"]
99
; Comment ClojureScript dep if using a non-official
1010
; ClojureScript release via planck-cljs/script/build.
11-
#_[org.clojure/clojurescript "1.9.229"]
11+
[org.clojure/clojurescript "1.9.456"]
12+
[org.clojure/test.check "0.9.0"]
1213
[org.clojure/tools.reader "1.0.0-beta4"]
1314
[tailrecursion/cljson "1.0.7"]
1415
[com.cognitect/transit-clj "0.8.297"]

planck-cljs/script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Uncomment to build our own copy of ClojureScript compiler.
88
# Also see change needed in project.clj
99
# When changing, do script/clean-all first from top-level.
10-
CLJS_GIT_COMMIT=HEAD
10+
# CLJS_GIT_COMMIT=HEAD
1111

1212
# Make sure we fail and exit on the command that actually failed.
1313
set -e

0 commit comments

Comments
 (0)