Skip to content

Commit

Permalink
bump to Clojure 1.7.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Apr 10, 2015
1 parent ff9c3d1 commit 4032877
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
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.7.0-alpha6</version>
<version>1.7.0-beta1</version>
</dependency>
<dependency>
<groupId>com.google.javascript</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -8,7 +8,7 @@
:source-paths ["src/clj"]
:resource-paths ["src/cljs"]
:test-paths ["test/clj"]
:dependencies [[org.clojure/clojure "1.7.0-alpha6"]
:dependencies [[org.clojure/clojure "1.7.0-beta1"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.reader "0.9.1"]
[org.clojure/google-closure-library "0.0-20140718-946a7d39"]
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Expand Up @@ -2,7 +2,7 @@

set -e

CLOJURE_RELEASE="1.7.0-alpha6"
CLOJURE_RELEASE="1.7.0-beta1"
CLOSURE_RELEASE="20150126"
DJSON_RELEASE="0.2.6"
GCLOSURE_LIB_RELEASE="0.0-20140718-946a7d39"
Expand Down

0 comments on commit 4032877

Please sign in to comment.