Skip to content

Commit

Permalink
Update dependency dev.zio:zio-http to v3.0.0-RC6 (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 2993899 commit d3225b6
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 @@ -117,7 +117,7 @@ lazy val server = project
scalaJSProjects := Seq(example),
Assets / pipelineStages := Seq(scalaJSPipeline),
libraryDependencies ++= Seq(
"dev.zio" %% "zio-http" % "3.0.0-RC2",
"dev.zio" %% "zio-http" % "3.0.0-RC6",
"io.github.iltotore" %% "iron-zio-json" % "2.4.0",
"com.softwaremill.sttp.tapir" %% "tapir-zio" % tapirVersion,
"com.softwaremill.sttp.tapir" %% "tapir-zio-http-server" % tapirVersion,
Expand Down

0 comments on commit d3225b6

Please sign in to comment.