Bump scalatest to 3.0.6-SNAP5

This commit is contained in:
Antonio Cunei
2018-12-08 13:12:26 -05:00
committed by Eugene Yokota
parent 9104bde061
commit cf1034e28e
+1 -1
View File
@@ -119,7 +119,7 @@ object Dependencies {
} }
val jline = "jline" % "jline" % "2.14.6" 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 scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.0"
val specs2 = "org.specs2" %% "specs2-junit" % "4.0.1" val specs2 = "org.specs2" %% "specs2-junit" % "4.0.1"
val junit = "junit" % "junit" % "4.11" val junit = "junit" % "junit" % "4.11"