Skip to content

Commit

Permalink
bump core.async CLJS dep to 1844
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jul 21, 2013
1 parent adff5e9 commit 4dfdc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>0.0-1806</version>
<version>0.0-1844</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:parent [org.clojure/pom.contrib "0.1.2"]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-1843"]]
[org.clojure/clojurescript "0.0-1844"]]
:global-vars {*warn-on-reflection* true}
:source-paths ["src/main/clojure"]
:test-paths ["src/test/clojure"]
Expand Down

0 comments on commit 4dfdc9f

Please sign in to comment.