diff --git a/build.sbt b/build.sbt index ef968a92f5..11a139e74e 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.11" % Test ) -val zio1Version = "1.0.13" +val zio1Version = "1.0.14" val zio2Version = "2.0.0-RC2" val zio1InteropRsVersion = "1.3.9" val zio2InteropRsVersion = "2.0.0-RC3"