From b5be57a48dec41523f85a9f35c99bca6124f9c45 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Apr 2023 13:02:36 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae48723..3e790c6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val zioVersion = "2.0.3" +lazy val zioVersion = "2.0.12" lazy val gitCommitString = SettingKey[String]("gitCommit") lazy val commonSettings = Seq(