Skip to content

Commit

Permalink
bump tools.reader to released verion
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Apr 9, 2015
1 parent 6d4ee9c commit 7ccdffa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>0.8.17</version>
<version>0.9.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:test-paths ["test/clj"]
:dependencies [[org.clojure/clojure "1.7.0-alpha6"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.reader "0.8.17"]
[org.clojure/tools.reader "0.9.0"]
[org.clojure/google-closure-library "0.0-20140718-946a7d39"]
[com.google.javascript/closure-compiler "v20150126"]
[org.mozilla/rhino "1.7R5"]]
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CLOSURE_RELEASE="20150126"
DJSON_RELEASE="0.2.6"
GCLOSURE_LIB_RELEASE="0.0-20140718-946a7d39"
RHINO_RELEASE="1_7R5"
TREADER_RELEASE="0.8.17"
TREADER_RELEASE="0.9.0"

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

0 comments on commit 7ccdffa

Please sign in to comment.