From ee8ac1cd8e241386d2797b393e3d04f5b643f68f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Nov 2024 00:02:50 +0000 Subject: [PATCH] Update zio, zio-test to 2.1.12 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e2c35c9..9079b43 100644 --- a/build.sbt +++ b/build.sbt @@ -25,8 +25,8 @@ lazy val scala3 = project libraryDependencies ++= Seq( "com.softwaremill.diffx" %% "diffx-core" % diffxVersion, "org.scalatest" %% "scalatest-flatspec" % "3.2.19" % Test, - "dev.zio" %% "zio" % "2.1.11", - "dev.zio" %% "zio-test" % "2.1.11" % Test + "dev.zio" %% "zio" % "2.1.12", + "dev.zio" %% "zio-test" % "2.1.12" % Test ) )