Skip to content

Commit

Permalink
Update clojure to 1.11.0 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 24, 2022
1 parent 908431d commit c14c244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -342,7 +342,7 @@ lazy val bijectionClojure = {
module("clojure")
.settings(
osgiExportAll("com.twitter.bijection.clojure"),
libraryDependencies += "org.clojure" % "clojure" % "1.10.3"
libraryDependencies += "org.clojure" % "clojure" % "1.11.0"
)
.dependsOn(
bijectionCore % "test->test;compile->compile"
Expand Down

0 comments on commit c14c244

Please sign in to comment.