Skip to content

Commit 44428ec

Browse files
committed
upgrade zio-http to 3.2.0
1 parent e77eb70 commit 44428ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Scala/zio-http/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version := "1.0.0"
33
scalaVersion := "2.13.14"
44
lazy val root = (project in file("."))
55
.settings(
6-
libraryDependencies += "dev.zio" %% "zio-http" % "3.0.0-RC10",
6+
libraryDependencies += "dev.zio" %% "zio-http" % "3.2.0",
77
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
88
assembly / assemblyMergeStrategy := {
99
case x if x.contains("io.netty.versions.properties") => MergeStrategy.discard

0 commit comments

Comments
 (0)