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

Update zio-json to 0.7.4 #220

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading