Skip to content

Commit

Permalink
bump spec deps in bootstrap and project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Feb 9, 2018
1 parent 252944e commit 63f63c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:resource-paths ["src/main/cljs"]
:test-paths ["src/test/clojure" "src/test/cljs" "src/test/self" "src/test/cljs_cp"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/core.spec.alpha "0.1.143"]
[org.clojure/core.specs.alpha "0.1.24"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.reader "1.1.3.1"]
Expand Down
4 changes: 2 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

CLOJURE_RELEASE="1.9.0-alpha17"
SPEC_ALPHA_RELEASE="0.1.123"
CORE_SPECS_ALPHA_RELEASE="0.1.10"
SPEC_ALPHA_RELEASE="0.1.143"
CORE_SPECS_ALPHA_RELEASE="0.1.24"
CLOSURE_RELEASE="20170910"
DJSON_RELEASE="0.2.6"
TRANSIT_RELEASE="0.8.300"
Expand Down

0 comments on commit 63f63c1

Please sign in to comment.