mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-05-23 02:21:46 -04:00
Merge pull request #280 from scala-steward/update/scrimage-core-4.3.1
Update scrimage-core, scrimage-filters to 4.3.1
This commit is contained in:
commit
b25840c66d
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).settings(
|
|||||||
List(
|
List(
|
||||||
organization := "com.example",
|
organization := "com.example",
|
||||||
scalaVersion := "3.6.4",
|
scalaVersion := "3.6.4",
|
||||||
version := "0.2.1-snapshot",
|
version := "0.2.1-snapshot"
|
||||||
// semanticdbEnabled := true,
|
// semanticdbEnabled := true,
|
||||||
// semanticdbVersion := scalafixSemanticdb.revision
|
// semanticdbVersion := scalafixSemanticdb.revision
|
||||||
|
|
||||||
@ -12,8 +12,8 @@ lazy val root = (project in file(".")).settings(
|
|||||||
)
|
)
|
||||||
),
|
),
|
||||||
name := "LibreCaptcha",
|
name := "LibreCaptcha",
|
||||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.3.0",
|
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.3.1",
|
||||||
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.3.0",
|
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.3.1",
|
||||||
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.7"
|
libraryDependencies += "org.json4s" %% "json4s-jackson" % "4.0.7"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user