Skip to content

Commit 3c3399f

Browse files
author
dnolen
committed
bump tools.reader and data.json deps
1 parent 4289506 commit 3c3399f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.clojure</groupId>
4242
<artifactId>data.json</artifactId>
43-
<version>0.2.3</version>
43+
<version>0.2.6</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.mozilla</groupId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.clojure</groupId>
5252
<artifactId>tools.reader</artifactId>
53-
<version>0.8.10</version>
53+
<version>0.8.16</version>
5454
</dependency>
5555
</dependencies>
5656

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
:resource-paths ["src/cljs"]
1010
:test-paths ["test/clj"]
1111
:dependencies [[org.clojure/clojure "1.6.0"]
12-
[org.clojure/data.json "0.2.3"]
13-
[org.clojure/tools.reader "0.8.10"]
12+
[org.clojure/data.json "0.2.6"]
13+
[org.clojure/tools.reader "0.8.16"]
1414
[org.clojure/google-closure-library "0.0-20140718-946a7d39"]
1515
[com.google.javascript/closure-compiler "v20150126"]
1616
[org.mozilla/rhino "1.7R5"]]

script/bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set -e
44

55
CLOJURE_RELEASE="1.6.0"
66
CLOSURE_RELEASE="20150126"
7-
DJSON_RELEASE="0.2.3"
7+
DJSON_RELEASE="0.2.6"
88
GCLOSURE_LIB_RELEASE="0.0-20140718-946a7d39"
99
RHINO_RELEASE="1_7R5"
10-
TREADER_RELEASE="0.8.10"
10+
TREADER_RELEASE="0.8.16"
1111

1212
# check dependencies
1313
curl -V >/dev/null || { echo "cURL is missing, or not on your system path."; exit 1; }

0 commit comments

Comments
 (0)