mirror of https://github.com/sbt/sbt.git
ScalaTest 3.0.8
This commit is contained in:
parent
6d54ad3745
commit
01e7b5d191
|
|
@ -120,7 +120,7 @@ object Dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
val jline = "jline" % "jline" % "2.14.6"
|
val jline = "jline" % "jline" % "2.14.6"
|
||||||
val scalatest = "org.scalatest" %% "scalatest" % "3.0.6-SNAP5"
|
val scalatest = "org.scalatest" %% "scalatest" % "3.0.8"
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue