diff --git a/build.sbt b/build.sbt index e46855f5..9db3e7f8 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ inThisBuild( addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") -val zioVersion = "2.1.24" +val zioVersion = "2.1.25" val zioJsonVersion = "0.9.0" val scalaJavaTimeVersion = "2.6.0"