Skip to content

Commit

Permalink
Update zio-schema to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and rolang committed Feb 28, 2025
1 parent c47c406 commit 265b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ lazy val zioPubsubSerdeCirce = crossProject(JVMPlatform, NativePlatform)
)
)

val zioSchemaVersion = "1.6.1"
val zioSchemaVersion = "1.6.3"
lazy val zioPubsubSerdeZioSchema = crossProject(JVMPlatform, NativePlatform)
.in(file("zio-pubsub-serde-zio-schema"))
.settings(moduleName := "zio-pubsub-serde-zio-schema")
Expand Down

0 comments on commit 265b2f8

Please sign in to comment.