There was an error while loading. Please reload this page.
2 parents ec774d5 + 6655f6c commit b697d9cCopy full SHA for b697d9c
1 file changed
build.sbt
@@ -12,9 +12,10 @@ lazy val root = (project in file(".")).settings(
12
)
13
),
14
name := "LibreCaptcha",
15
+
16
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.4.2",
17
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.4.2",
- libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.31",
18
+ libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.34",
19
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
20
21
0 commit comments