Skip to content

Commit ecd7333

Browse files
authored
Update zio-blocks-schema version to 0.0.45
since this is java 17 compatible
1 parent 6f1cd5e commit ecd7333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root = (project in file(".")).settings(
1515

1616
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.6.5",
1717
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.6.5",
18-
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.44",
18+
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.45",
1919
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.20" % Test
2020
)
2121

0 commit comments

Comments
 (0)