From 9d35aa328e45890cb1e6ffa4ed8a4bb8b21d4876 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Feb 2025 01:14:08 +0000 Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f95fda..d08afb5 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val scala3 = "3.3.4" val javaPlatform = "11" -val zioVersion = "2.1.13" +val zioVersion = "2.1.15" // Command aliases for convenience and for CI addCommandAlias("fmt", s"++$scala213; scalafmtSbt; scalafmtAll")