Skip to content

Commit

Permalink
CHORE: update clojurescript
Browse files Browse the repository at this point in the history
  • Loading branch information
leonoel committed Oct 22, 2021
1 parent 86397e0 commit 6052715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:deps
{org.clojure/clojure {:mvn/version "1.10.3"}
org.clojure/clojurescript {:mvn/version "1.10.844"}
org.clojure/clojurescript {:mvn/version "1.10.879"}
org.reactivestreams/reactive-streams {:mvn/version "1.0.3"}
cloroutine/cloroutine {:mvn/version "10"}}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>1.10.844</version>
<version>1.10.879</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down

0 comments on commit 6052715

Please sign in to comment.