diff --git a/build.sbt b/build.sbt index 77f70a9bf..d73a79fe7 100644 --- a/build.sbt +++ b/build.sbt @@ -55,8 +55,8 @@ lazy val library = "dev.zio" %% "zio-schema" % "0.4.11", "dev.zio" %% "zio-schema-json" % "0.4.11", "org.apache.commons" % "commons-lang3" % "3.12.0", - "dev.zio" %% "zio-test" % "2.0.13" % Tests, - "dev.zio" %% "zio-test-sbt" % "2.0.13" % Tests + "dev.zio" %% "zio-test" % "2.0.14" % Tests, + "dev.zio" %% "zio-test-sbt" % "2.0.14" % Tests ), testFrameworks := List(new TestFramework("zio.test.sbt.ZTestFramework")) ) @@ -70,7 +70,7 @@ lazy val example = crossScalaVersions := List(Scala213), publish / skip := true, libraryDependencies ++= List( - "dev.zio" %% "zio" % "2.0.13", + "dev.zio" %% "zio" % "2.0.14", "dev.zio" %% "zio-config" % "3.0.7", "dev.zio" %% "zio-config-magnolia" % "3.0.7", "dev.zio" %% "zio-config-typesafe" % "3.0.7",