7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.0" % "test"
|
||
|
|
||
|
resolvers += "Central" at "https://central.maven.org/maven2/"
|
||
|
|
||
|
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-language:postfixOps")
|
||
|
|