Skip to content

Commit

Permalink
bump to Clojure 1.7.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Jun 1, 2015
1 parent b803b3d commit 6cf5277
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 @@ -25,7 +25,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.7.0-beta2</version>
<version>1.7.0-RC1</version>
</dependency>
<dependency>
<groupId>com.google.javascript</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:source-paths ["src/main/clojure"]
:resource-paths ["src/main/cljs"]
:test-paths ["src/test/clojure"]
:dependencies [[org.clojure/clojure "1.7.0-beta2"]
:dependencies [[org.clojure/clojure "1.7.0-RC1"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.reader "0.9.2"]
[org.clojure/google-closure-library "0.0-20150505-021ed5b3"]
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

CLOJURE_RELEASE="1.7.0-beta2"
CLOJURE_RELEASE="1.7.0-RC1"
CLOSURE_RELEASE="20150505"
DJSON_RELEASE="0.2.6"
GCLOSURE_LIB_RELEASE="0.0-20150505-021ed5b3"
Expand Down

0 comments on commit 6cf5277

Please sign in to comment.