Skip to content

Commit

Permalink
Merge pull request #43 from scala-steward/update/zio-schema-1.1.1
Browse files Browse the repository at this point in the history
Update zio-schema, zio-schema-json to 1.1.1
  • Loading branch information
kitlangton authored Apr 23, 2024
2 parents eb1f99e + 568020b commit b1f0819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ lazy val zioSchema = (crossProject(JSPlatform, JVMPlatform) in file("modules/neo
name := "neotype-zio-schema",
sharedSettings,
libraryDependencies ++= Seq(
"dev.zio" %%% "zio-schema" % "1.1.0",
"dev.zio" %%% "zio-schema" % "1.1.1",
"dev.zio" %%% "zio-json" % "0.6.2" % Test,
"dev.zio" %%% "zio-schema-json" % "1.1.0" % Test
"dev.zio" %%% "zio-schema-json" % "1.1.1" % Test
)
)
.dependsOn(core % "compile->compile;test->test")
Expand Down

0 comments on commit b1f0819

Please sign in to comment.