Skip to content

Commit b697d9c

Browse files
authored
Merge pull request #332 from scala-steward/update/zio-blocks-schema-0.0.34
Update zio-blocks-schema to 0.0.34
2 parents ec774d5 + 6655f6c commit b697d9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ lazy val root = (project in file(".")).settings(
1212
)
1313
),
1414
name := "LibreCaptcha",
15+
1516
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.4.2",
1617
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.4.2",
17-
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.31",
18+
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.34",
1819
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
1920
)
2021

0 commit comments

Comments
 (0)