[sbt] Add scalatest 3.0.7 as test dependency
This commit is contained in:
parent
b64f61a079
commit
f949ba0912
1 changed files with 3 additions and 1 deletions
|
@ -3,3 +3,5 @@ name := "s3thorp"
|
|||
version := "0.1"
|
||||
|
||||
scalaVersion := "2.12.8"
|
||||
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
|
||||
|
|
Loading…
Reference in a new issue