Skip to content

Commit

Permalink
scalatest 3.2.17 (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 15, 2023
1 parent ddb4909 commit 955b622
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ object Dependencies {

val sslConfigVersion = "0.6.1"

val scalaTestVersion = "3.2.14"
val scalaTestBaseVersion = "3.2.10"
val scalaTestScalaCheckVersion = "1-16"
val scalaCheckVersion = "1.15.1"
val scalaTestVersion = "3.2.17"
val scalaTestScalaCheckVersion = "1-17"
val scalaCheckVersion = "1.17.0"

val Versions =
Seq(crossScalaVersions := allScalaVersions, scalaVersion := allScalaVersions.head,
Expand Down Expand Up @@ -152,13 +151,13 @@ object Dependencies {
"org.scalatestplus" %% "junit-4-13" % (scalaTestVersion + ".0") % Test
}
val scalatestTestNG = Def.setting {
"org.scalatestplus" %% "testng-6-7" % (scalaTestBaseVersion + ".0") % Test
"org.scalatestplus" %% "testng-7-5" % (scalaTestVersion + ".0") % Test
}
val scalatestScalaCheck = Def.setting {
"org.scalatestplus" %% s"scalacheck-$scalaTestScalaCheckVersion" % (scalaTestVersion + ".0") % Test
}
val scalatestMockito = Def.setting {
"org.scalatestplus" %% "mockito-3-4" % (scalaTestBaseVersion + ".0") % Test
"org.scalatestplus" %% "mockito-4-11" % (scalaTestVersion + ".0") % Test
}

val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test
Expand Down

0 comments on commit 955b622

Please sign in to comment.