diff --git a/build.sbt b/build.sbt index 8ed60fd6..e0fcfe8a 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val scala212Version = "2.12.19" val scala213Version = "2.13.14" val scala3Version = "3.3.3" -val zioVersion = "2.1.3" +val zioVersion = "2.1.4" val zioConfigVersion = "4.0.2" val zioLoggingVersion = "2.3.0" val sttpVersion = "3.9.7" diff --git a/zio-k8s-codegen/build.sbt b/zio-k8s-codegen/build.sbt index 74c4c0f0..9802e5b1 100644 --- a/zio-k8s-codegen/build.sbt +++ b/zio-k8s-codegen/build.sbt @@ -10,7 +10,7 @@ Compile / unmanagedSourceDirectories += baseDirectory.value / "src/shared/scala" scalacOptions ++= Seq("-feature", "-deprecation") libraryDependencies ++= Seq( - "dev.zio" %% "zio" % "2.1.3", + "dev.zio" %% "zio" % "2.1.4", "dev.zio" %% "zio-nio" % "2.0.2", "io.swagger.parser.v3" % "swagger-parser" % "2.0.24", "io.circe" %% "circe-core" % "0.14.7",