Skip to content

Commit

Permalink
Update main clojure dep to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Mar 12, 2024
1 parent ed9c3e0 commit 6624f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["resources" "src/main"]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/core.async {:mvn/version "1.6.673"}
org.clojure/core.memoize {:mvn/version "1.0.257"}
com.yetanalytics/xapi-schema
Expand Down

0 comments on commit 6624f88

Please sign in to comment.