You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
314 B
13 lines
314 B
1 year ago
|
scalaVersion := "2.12.10"
|
||
|
|
||
|
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation", "-feature")
|
||
|
|
||
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
|
||
|
|
||
|
excludeFilter in unmanagedSources := HiddenFileFilter || "*sample*"
|
||
|
|
||
|
logBuffered in Test := false
|
||
|
|
||
|
parallelExecution in Test := false
|
||
|
|