Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update zio-json to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 7, 2025
1 parent 760e166 commit 420158a
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Dependencies {

val zio = "2.0.21"
val zioHttp = "3.0.0-RC4"
val zioJson = "0.6.2"
val zioJson = "0.7.4"
val zioNio = "2.0.2"
val zioPrelude = "1.0.0-RC23"
val zioSchema = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion zio-openai-codegen/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scalacOptions ++= Seq("-feature", "-deprecation")

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

0 comments on commit 420158a

Please sign in to comment.