Skip to content

Commit

Permalink
Merge pull request #2836 from scala-steward/update/slf4j-api-2.0.12
Browse files Browse the repository at this point in the history
Update slf4j-api to 2.0.12
  • Loading branch information
Shon Feder committed Feb 23, 2024
2 parents 6c9b417 + 8776009 commit 3246fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Dependencies {
val scalaParserCombinators = "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0"
val scalaCollectionContrib = "org.scala-lang.modules" %% "scala-collection-contrib" % "0.3.0"
val scalaz = "org.scalaz" %% "scalaz-core" % "7.3.5"
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.11"
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.12"
val shapeless = "com.chuusai" %% "shapeless" % "2.3.10"
val tla2tools = "org.lamport" % "tla2tools" % "1.7.0-SNAPSHOT"
val ujson = "com.lihaoyi" %% "ujson" % "3.1.4"
Expand Down

0 comments on commit 3246fca

Please sign in to comment.