Skip to content

Commit

Permalink
Update dependency dev.zio:zio-http to v3.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent d55708a commit 5cbcc9b
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 @@ -115,7 +115,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-RC3",
"io.github.iltotore" %% "iron-zio-json" % "2.3.0"
)
)
Expand Down

0 comments on commit 5cbcc9b

Please sign in to comment.