Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... from 2.1.9 to 2.1.11 (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
coralogix-automation-golem authored Oct 13, 2024
1 parent 2d1d9dd commit 9353d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val scala212Version = "2.12.19"
val scala213Version = "2.13.14"
val scala3Version = "3.3.4"

val zioVersion = "2.1.9"
val zioVersion = "2.1.11"
val zioConfigVersion = "4.0.2"
val zioLoggingVersion = "2.3.1"
val sttpVersion = "3.9.7"
Expand Down
2 changes: 1 addition & 1 deletion zio-k8s-codegen/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Compile / unmanagedSourceDirectories += baseDirectory.value / "src/shared/scala"
scalacOptions ++= Seq("-feature", "-deprecation")

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.9",
"dev.zio" %% "zio" % "2.1.11",
"dev.zio" %% "zio-nio" % "2.0.2",
"io.swagger.parser.v3" % "swagger-parser" % "2.0.24",
"io.circe" %% "circe-core" % "0.14.9",
Expand Down

0 comments on commit 9353d45

Please sign in to comment.