mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-13 06:53:19 -05:00
6 lines
102 B
Scala
6 lines
102 B
Scala
import sbt._
|
|
|
|
object Dependencies {
|
|
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.0.7"
|
|
}
|