Update scalatest to 3.0.8 (#54)
This commit is contained in:
parent
fe4bec0f12
commit
208b9bdc78
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ val applicationSettings = Seq(
|
|||
)
|
||||
val testDependencies = Seq(
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scalatest" %% "scalatest" % "3.0.7" % Test,
|
||||
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
|
||||
"org.scalamock" %% "scalamock" % "4.2.0" % Test
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue