Skip to content

Commit

Permalink
Merge pull request #2727 from scala-steward/update/slf4j-api-2.0.9
Browse files Browse the repository at this point in the history
Update slf4j-api to 2.0.9
  • Loading branch information
Shon Feder authored Sep 11, 2023
2 parents 72e0965 + 9be7dad commit 5399c96
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.7"
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.9"
val shapeless = "com.chuusai" %% "shapeless" % "2.3.10"
val tla2tools = "org.lamport" % "tla2tools" % "1.7.0-SNAPSHOT"
val ujson = "com.lihaoyi" %% "ujson" % "3.1.2"
Expand Down

0 comments on commit 5399c96

Please sign in to comment.