Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.13 (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 16, 2024
1 parent 0a20986 commit ac43b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ lazy val zioHttpBenchmarks = (project in file("zio-http-benchmarks"))
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.5.1",
"com.softwaremill.sttp.client3" %% "core" % "3.9.1",
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "slf4j-simple" % "2.0.12",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.slf4j" % "slf4j-simple" % "2.0.13",
),
)
.dependsOn(zioHttpJVM)
Expand Down Expand Up @@ -306,7 +306,7 @@ lazy val docs = project
.in(file("zio-http-docs"))
.settings(stdSettings("zio-http-docs"))
.settings(
fork := false,
fork := false,
moduleName := "zio-http-docs",
scalacOptions -= "-Yno-imports",
scalacOptions -= "-Xfatal-warnings",
Expand Down

0 comments on commit ac43b1f

Please sign in to comment.