From 3feee0072a36d24070ab0c40f7c4a5220296ffc0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:39:54 +0200 Subject: [PATCH] Update zio, zio-test, zio-test-sbt to 2.1.11 (#506) --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 8b436e108..75f22a37b 100644 --- a/build.sbt +++ b/build.sbt @@ -52,8 +52,8 @@ lazy val library = "dev.zio" %% "zio-schema" % "1.5.0", "dev.zio" %% "zio-schema-json" % "1.5.0", "org.apache.commons" % "commons-lang3" % "3.17.0", - "dev.zio" %% "zio-test" % "2.1.9" % Test, - "dev.zio" %% "zio-test-sbt" % "2.1.9" % Test + "dev.zio" %% "zio-test" % "2.1.11" % Test, + "dev.zio" %% "zio-test-sbt" % "2.1.11" % Test ), testFrameworks := List(new TestFramework("zio.test.sbt.ZTestFramework")) ) @@ -77,7 +77,7 @@ lazy val example = crossScalaVersions := List(Scala213), publish / skip := true, libraryDependencies ++= List( - "dev.zio" %% "zio" % "2.1.9", + "dev.zio" %% "zio" % "2.1.11", "dev.zio" %% "zio-config" % "4.0.2", "dev.zio" %% "zio-config-magnolia" % "4.0.2", "dev.zio" %% "zio-config-typesafe" % "4.0.2",