Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Sep 27, 2023
1 parent c6c4879 commit 34ae43e
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.18"
val scala213Version = "2.13.11"
val scala3Version = "3.3.0"

val zioVersion = "2.0.15"
val zioVersion = "2.0.18"
val zioConfigVersion = "4.0.0-RC16"
val zioLoggingVersion = "2.1.13"
val sttpVersion = "3.8.16"
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.0.15",
"dev.zio" %% "zio" % "2.0.18",
"dev.zio" %% "zio-nio" % "2.0.1",
"io.swagger.parser.v3" % "swagger-parser" % "2.0.24",
"io.circe" %% "circe-core" % "0.14.5",
Expand Down

0 comments on commit 34ae43e

Please sign in to comment.