Skip to content

Commit

Permalink
Merge pull request #97 from scala-steward/update/zio-schema-0.4.14
Browse files Browse the repository at this point in the history
Update zio-schema, zio-schema-derivation, ... to 0.4.14
  • Loading branch information
fwbrasil authored Sep 20, 2023
2 parents a1a88d9 + 811a7c8 commit cc1f6b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ lazy val `kyo-chatgpt` =
`kyo-settings`,
`without-cross-scala`,
libraryDependencies += "com.softwaremill.sttp.client3" %% "zio-json" % "3.9.0",
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.13",
libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.13",
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.13",
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "0.4.13"
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.14",
libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.14",
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.14",
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "0.4.14"
)
.jsSettings(`js-settings`)

Expand Down

0 comments on commit cc1f6b5

Please sign in to comment.