Skip to content

Commit

Permalink
Merge pull request #95 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
fwbrasil authored Sep 8, 2023
2 parents 29a3dd6 + 9c1c47d commit cac01bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ val zioVersion = "2.0.16"

lazy val `kyo-core-settings` = `kyo-settings` ++ Seq(
libraryDependencies += "dev.zio" %%% "izumi-reflect" % "2.3.8",
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.7",
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.9",
libraryDependencies += "org.jctools" % "jctools-core" % "4.0.1",
libraryDependencies += "dev.zio" %%% "zio-test" % zioVersion % Test,
libraryDependencies += "dev.zio" %%% "zio-test-magnolia" % zioVersion % Test,
Expand Down

0 comments on commit cac01bb

Please sign in to comment.