Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 9, 2024
1 parent ba41c9c commit d3e5dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ val `example-basic-http4s-server` =
noPublishSettings,
`scala 2.12 to 2.13`,
publishArtifact := false,
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.11",
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13",
libraryDependencies += "org.http4s" %%% "http4s-blaze-server" % http4sVersion,
libraryDependencies += "org.http4s" %% "http4s-circe" % http4sVersion
)
Expand Down

0 comments on commit d3e5dfe

Please sign in to comment.