Skip to content

Commit 4f477f7

Browse files
committed
bump transit in bootstrap and project.clj
1 parent a7c0899 commit 4f477f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[org.clojure/data.json "0.2.6"]
1515
[org.clojure/tools.reader "1.3.0-alpha3"]
1616
[org.clojure/test.check "0.10.0-alpha2" :scope "test"]
17-
[com.cognitect/transit-clj "0.8.300"]
17+
[com.cognitect/transit-clj "0.8.309"]
1818
[org.clojure/google-closure-library "0.0-20170809-b9c14c6b"]
1919
[com.google.javascript/closure-compiler-unshaded "v20180610"]
2020
[org.mozilla/rhino "1.7R5"]]

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPEC_ALPHA_RELEASE="0.1.143"
77
CORE_SPECS_ALPHA_RELEASE="0.1.24"
88
CLOSURE_RELEASE="20180610"
99
DJSON_RELEASE="0.2.6"
10-
TRANSIT_RELEASE="0.8.300"
10+
TRANSIT_RELEASE="0.8.309"
1111
GCLOSURE_LIB_RELEASE="0.0-20170809-b9c14c6b"
1212
RHINO_RELEASE="1_7R5"
1313
TREADER_RELEASE="1.3.0-alpha3"

0 commit comments

Comments
 (0)