diff --git a/build.sbt b/build.sbt index 69a29993de..4c7270f787 100644 --- a/build.sbt +++ b/build.sbt @@ -147,7 +147,7 @@ val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", val scalaTestPlusScalaCheck = libraryDependencies += "org.scalatestplus" %% "scalacheck-1-18" % "3.2.19.0" % Test val zio1Version = "1.0.18" -val zio2Version = "2.1.17" +val zio2Version = "2.1.18" val zio1InteropRsVersion = "1.3.12" val zio2InteropRsVersion = "2.0.2"