Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
upgrades to latest version of clojure (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsimam authored Dec 2, 2021
1 parent 26fb7b5 commit a2c97c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion token-syncer/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:dependencies [[twosigma/jet "0.7.10-20200709_171405-gea4b7b6"]
[clj-time "0.15.2"]
[commons-codec/commons-codec "1.13"]
[org.clojure/clojure "1.10.1"]
[org.clojure/clojure "1.10.3"]
[org.clojure/core.async "0.5.527"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.cli "0.4.2"]
Expand Down
2 changes: 1 addition & 1 deletion waiter/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
io.netty/netty]]
[org.apache.curator/curator-x-discovery "2.11.0"
:exclusions [io.netty/netty org.slf4j/slf4j-api]]
[org.clojure/clojure "1.10.1"]
[org.clojure/clojure "1.10.3"]
[org.clojure/core.async "1.2.603"
:exclusions [org.clojure/clojure org.clojure/tools.reader]]
[org.clojure/core.memoize "1.0.236"
Expand Down

0 comments on commit a2c97c7

Please sign in to comment.