Bump scalatest to 3.0.6-SNAP5

This commit is contained in:
Antonio Cunei 2018-11-28 20:43:35 +01:00 committed by Eugene Yokota
parent 9104bde061
commit cf1034e28e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ object Dependencies {
}
val jline = "jline" % "jline" % "2.14.6"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.5"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.6-SNAP5"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.0"
val specs2 = "org.specs2" %% "specs2-junit" % "4.0.1"
val junit = "junit" % "junit" % "4.11"