diff --git a/build.sbt b/build.sbt index 4d7736a..fdaec95 100644 --- a/build.sbt +++ b/build.sbt @@ -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" ) )