Skip to content

Commit

Permalink
Merge pull request #590 from gemini-hlsw/update/slf4j-simple-2.0.13
Browse files Browse the repository at this point in the history
Update slf4j-simple to 2.0.13
  • Loading branch information
mergify[bot] authored Apr 12, 2024
2 parents 37769b0 + e871e9c commit 0ebcb24
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 @@ -93,7 +93,7 @@ lazy val http4sJDKDemo = project
tlJdkRelease := Some(11),
libraryDependencies ++= Seq(
"org.typelevel" %% "log4cats-slf4j" % Settings.LibraryVersions.log4Cats,
"org.slf4j" % "slf4j-simple" % "2.0.12"
"org.slf4j" % "slf4j-simple" % "2.0.13"
) ++ Settings.Libraries.Http4sJDKClient.value
)
.dependsOn(http4s.jvm)
Expand Down

0 comments on commit 0ebcb24

Please sign in to comment.