Skip to content

Commit

Permalink
Update client3:core to 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 0c23f59 commit fbd759f
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 @@ -235,7 +235,7 @@ lazy val zioHttpBenchmarks = (project in file("zio-http-benchmarks"))
// "com.softwaremill.sttp.tapir" %% "tapir-akka-http-server" % "1.1.0",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.5.1",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.5.1",
"com.softwaremill.sttp.client3" %% "core" % "3.9.5",
"com.softwaremill.sttp.client3" %% "core" % "3.9.6",
// "dev.zio" %% "zio-interop-cats" % "3.3.0",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.slf4j" % "slf4j-simple" % "2.0.13",
Expand Down Expand Up @@ -328,8 +328,8 @@ lazy val docs = project
publish / skip := true,
mdocVariables ++= Map(
"ZIO_SCHEMA_VERSION" -> ZioSchemaVersion,
"ZIO_VERSION" -> ZioVersion
)
"ZIO_VERSION" -> ZioVersion,
),
)
.dependsOn(zioHttpJVM)
.enablePlugins(WebsitePlugin)
Expand Down

0 comments on commit fbd759f

Please sign in to comment.