Skip to content

Commit

Permalink
Merge pull request #160 from scala-steward/update/zio-schema-0.4.17
Browse files Browse the repository at this point in the history
Update zio-schema, zio-schema-derivation, ... to 0.4.17
  • Loading branch information
fwbrasil authored Jan 16, 2024
2 parents 345886d + fa9100d commit bbd808b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ lazy val `kyo-llm-macros` =
scalaVersion := scala3Version,
crossScalaVersions := List(scala2Version, scala3Version),
libraryDependencies += "com.softwaremill.sttp.client3" %% "zio-json" % "3.9.1",
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.16",
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.16",
libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.16",
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.16",
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "0.4.16",
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.17",
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.17",
libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.17",
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.17",
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "0.4.17",
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)
case _ => Seq.empty
Expand Down

0 comments on commit bbd808b

Please sign in to comment.