We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c0899 commit 4f477f7Copy full SHA for 4f477f7
2 files changed
project.clj
@@ -14,7 +14,7 @@
14
[org.clojure/data.json "0.2.6"]
15
[org.clojure/tools.reader "1.3.0-alpha3"]
16
[org.clojure/test.check "0.10.0-alpha2" :scope "test"]
17
- [com.cognitect/transit-clj "0.8.300"]
+ [com.cognitect/transit-clj "0.8.309"]
18
[org.clojure/google-closure-library "0.0-20170809-b9c14c6b"]
19
[com.google.javascript/closure-compiler-unshaded "v20180610"]
20
[org.mozilla/rhino "1.7R5"]]
script/bootstrap
@@ -7,7 +7,7 @@ SPEC_ALPHA_RELEASE="0.1.143"
7
CORE_SPECS_ALPHA_RELEASE="0.1.24"
8
CLOSURE_RELEASE="20180610"
9
DJSON_RELEASE="0.2.6"
10
-TRANSIT_RELEASE="0.8.300"
+TRANSIT_RELEASE="0.8.309"
11
GCLOSURE_LIB_RELEASE="0.0-20170809-b9c14c6b"
12
RHINO_RELEASE="1_7R5"
13
TREADER_RELEASE="1.3.0-alpha3"
0 commit comments