diff --git a/build.sbt b/build.sbt index f807607cc8..28cd03e7da 100644 --- a/build.sbt +++ b/build.sbt @@ -142,7 +142,7 @@ val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", "org.scalatest" %%% s"scalatest-$m" % "3.2.14" % Test ) -val zio1Version = "1.0.16" +val zio1Version = "1.0.17" val zio2Version = "2.0.2" val zio1InteropRsVersion = "1.3.12" val zio2InteropRsVersion = "2.0.0"