Skip to content

Commit

Permalink
Bump Scala 2.13 to 2.13.12 (#7537)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Sep 22, 2023
1 parent 7ce0f80 commit 025e987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ quarkus-logging-sentry = { module = "io.quarkiverse.loggingsentry:quarkus-loggin
rest-assured = { module = "io.rest-assured:rest-assured", version = "5.3.2" }
rocksdb-jni = { module = "org.rocksdb:rocksdbjni", version = "8.5.3" }
scala-library-v212 = { module = "org.scala-lang:scala-library", version = { strictly = "[2.12, 2.13[", prefer = "2.12.18" }}
scala-library-v213 = { module = "org.scala-lang:scala-library", version = { strictly = "[2.13, 2.14[", prefer = "2.13.11"}}
scala-library-v213 = { module = "org.scala-lang:scala-library", version = { strictly = "[2.13, 2.14[", prefer = "2.13.12"}}
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
slf4j-jcl-over-slf4j = { module = "org.slf4j:jcl-over-slf4j", version.ref = "slf4j" }
slf4j-log4j-over-slf4j = { module = "org.slf4j:log4j-over-slf4j", version.ref = "slf4j" }
Expand Down

0 comments on commit 025e987

Please sign in to comment.