Skip to content

Commit

Permalink
Merge pull request #115 from scala-steward/update/zio-2.0.21
Browse files Browse the repository at this point in the history
Update zio, zio-test, zio-test-sbt to 2.0.21
  • Loading branch information
vigoo committed Jan 20, 2024
2 parents f464cfe + c4ac859 commit 25c58ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
@@ -1,6 +1,6 @@
object Dependencies {

val zio = "2.0.19"
val zio = "2.0.21"
val zioHttp = "3.0.0-RC4"
val zioJson = "0.6.2"
val zioNio = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion zio-openai-codegen/build.sbt
Expand Up @@ -8,7 +8,7 @@ scalaVersion := "2.12.18"
scalacOptions ++= Seq("-feature", "-deprecation")

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.19",
"dev.zio" %% "zio" % "2.0.21",
"dev.zio" %% "zio-json" % "0.6.2",
"dev.zio" %% "zio-nio" % "2.0.2",
"io.github.vigoo" %% "metagen-core" % "0.0.20",
Expand Down

0 comments on commit 25c58ee

Please sign in to comment.