upgrade ScalaTest, scalatestplus-junit, scalatestplus-mockito (#29688)
This commit is contained in:
parent
58b1c30c6c
commit
9aff46947e
1 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ object Dependencies {
|
|||
|
||||
val sslConfigVersion = "0.4.2"
|
||||
|
||||
val scalaTestVersion = "3.1.1"
|
||||
val scalaTestVersion = "3.1.4"
|
||||
val scalaCheckVersion = "1.14.3"
|
||||
|
||||
val Versions =
|
||||
|
|
@ -125,10 +125,10 @@ object Dependencies {
|
|||
// The 'scalaTestPlus' projects are independently versioned,
|
||||
// but the version of each module starts with the scalatest
|
||||
// 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 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 tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % "test" // ApacheV2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue