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
lucuma-steward[bot] committed Apr 12, 2024
1 parent 37769b0 commit e871e9c
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 e871e9c

Please sign in to comment.