upgrade ScalaTest, scalatestplus-junit, scalatestplus-mockito (#29688)

This commit is contained in:
Seth Tisue 2020-10-02 00:22:00 -07:00 committed by GitHub
parent 58b1c30c6c
commit 9aff46947e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ object Dependencies {
val sslConfigVersion = "0.4.2" val sslConfigVersion = "0.4.2"
val scalaTestVersion = "3.1.1" val scalaTestVersion = "3.1.4"
val scalaCheckVersion = "1.14.3" val scalaCheckVersion = "1.14.3"
val Versions = val Versions =
@ -125,10 +125,10 @@ object Dependencies {
// The 'scalaTestPlus' projects are independently versioned, // The 'scalaTestPlus' projects are independently versioned,
// but the version of each module starts with the scalatest // but the version of each module starts with the scalatest
// version it was intended to work with // version it was intended to work with
val scalatestJUnit = "org.scalatestplus" %% "junit-4-12" % (scalaTestVersion + ".0") % "test" // ApacheV2 val scalatestJUnit = "org.scalatestplus" %% "junit-4-13" % (scalaTestVersion + ".0") % "test" // ApacheV2
val scalatestTestNG = "org.scalatestplus" %% "testng-6-7" % (scalaTestVersion + ".0") % "test" // ApacheV2 val scalatestTestNG = "org.scalatestplus" %% "testng-6-7" % (scalaTestVersion + ".0") % "test" // ApacheV2
val scalatestScalaCheck = "org.scalatestplus" %% "scalacheck-1-14" % (scalaTestVersion + ".0") % "test" // ApacheV2 val scalatestScalaCheck = "org.scalatestplus" %% "scalacheck-1-14" % (scalaTestVersion + ".0") % "test" // ApacheV2
val scalatestMockito = "org.scalatestplus" %% "mockito-3-2" % (scalaTestVersion + ".0") % "test" // ApacheV2 val scalatestMockito = "org.scalatestplus" %% "mockito-3-3" % (scalaTestVersion + ".0") % "test" // ApacheV2
val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % "test" // ApacheV2 val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % "test" // ApacheV2
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % "test" // ApacheV2 val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % "test" // ApacheV2