Skip to content

Commit

Permalink
Merge pull request #22 from scala-steward/update/slf4j-simple-2.0.11
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.11
  • Loading branch information
pjfanning committed Jan 13, 2024
2 parents 2eba209 + 5a180af commit 2807bfa
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 @@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
"com.beachape" %% "enumeratum" % "1.7.3",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.9" % Test
"org.slf4j" % "slf4j-simple" % "2.0.11" % Test
)

homepage := Some(new URL("https://github.com/swagger-akka-http/swagger-enumeratum-module"))
Expand Down

0 comments on commit 2807bfa

Please sign in to comment.