Skip to content

Commit 1d4ef80

Browse files
committed
Update zio-blocks-schema to 0.0.34
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent acc78cd commit 1d4ef80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ lazy val root = (project in file(".")).settings(
1414
name := "LibreCaptcha",
1515
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.3.10",
1616
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.3.10",
17-
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.31",
18-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
17+
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.34",
18+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
1919
)
2020

2121
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }

0 commit comments

Comments
 (0)