Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.13 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 6, 2024
1 parent 0256f38 commit 5a7e021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ Compile / unmanagedSourceDirectories ++= {
}

libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "slf4j-api" % "2.0.13",
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.21",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test
)
libraryDependencies ++= {
if (scalaReleaseVersion.value == 2) {
Expand Down

0 comments on commit 5a7e021

Please sign in to comment.