Skip to content

Commit

Permalink
Merge pull request #173 from scala-steward-bot/update/slf4j-simple-2.…
Browse files Browse the repository at this point in the history
…0.16

Update slf4j-simple to 2.0.16

[skip ci]
  • Loading branch information
xuwei-k authored Aug 12, 2024
2 parents 2c2a2dd + ac6ce87 commit 8f0e34f
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 @@ -166,7 +166,7 @@ lazy val localServer = project.settings(
}
},
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-simple" % "2.0.15" % Runtime,
"org.slf4j" % "slf4j-simple" % "2.0.16" % Runtime,
"ws.unfiltered" %% "unfiltered-filter" % "0.12.0",
"ws.unfiltered" %% "unfiltered-jetty" % "0.12.0",
"org.scalatest" %%% "scalatest-freespec" % "3.2.19" % Test,
Expand Down

0 comments on commit 8f0e34f

Please sign in to comment.