Bump scalatest to 3.0.6-SNAP5

This commit is contained in:
Antonio Cunei 2018-11-28 20:43:35 +01:00
parent 94aa8591e6
commit 9e4e16b7f0
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ object Dependencies {
}
val jline = "jline" % "jline" % "2.14.6"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.4"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.6-SNAP5"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.13.4"
val specs2 = "org.specs2" %% "specs2-junit" % "4.0.1"
val junit = "junit" % "junit" % "4.11"