mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-28 05:04:10 -05:00
Initial skeleton for the framework.
This commit is contained in:
18
build.sbt
Normal file
18
build.sbt
Normal file
@@ -0,0 +1,18 @@
|
||||
import Dependencies._
|
||||
|
||||
lazy val root = (project in file(".")).
|
||||
settings(
|
||||
inThisBuild(List(
|
||||
organization := "com.example",
|
||||
scalaVersion := "2.12.3",
|
||||
version := "0.1.0-SNAPSHOT")),
|
||||
name := "LibreCaptcha",
|
||||
libraryDependencies += scalaTest % Test,
|
||||
|
||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8",
|
||||
|
||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-io-extra" % "2.1.8",
|
||||
|
||||
libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-filters" % "2.1.8"
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user