Skip to content

Commit 7321d56

Browse files
committed
Updated to use ScalaTest 3.2.2.
1 parent 235840a commit 7321d56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import scala.xml.transform.{RewriteRule, RuleTransformer}
66
val sharedSettings = Seq(
77
name := "scalacheck-1.14",
88
organization := "org.scalatestplus",
9-
version := "3.2.2.0-M2",
9+
version := "3.2.2.0",
1010
homepage := Some(url("https://github.com/scalatest/scalatestplus-scalacheck")),
1111
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
1212
developers := List(
@@ -25,11 +25,11 @@ val sharedSettings = Seq(
2525
),
2626
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
2727
libraryDependencies ++= Seq(
28-
"org.scalatest" %%% "scalatest-core" % "3.2.2-M2",
28+
"org.scalatest" %%% "scalatest-core" % "3.2.2",
2929
("org.scalacheck" %%% "scalacheck" % "1.14.3").withDottyCompat(scalaVersion.value),
30-
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.2-M2" % "test",
31-
"org.scalatest" %%% "scalatest-funspec" % "3.2.2-M2" % "test",
32-
"org.scalatest" %%% "scalatest-funsuite" % "3.2.2-M2" % "test"
30+
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.2" % "test",
31+
"org.scalatest" %%% "scalatest-funspec" % "3.2.2" % "test",
32+
"org.scalatest" %%% "scalatest-funsuite" % "3.2.2" % "test"
3333
),
3434
// skip dependency elements with a scope
3535
pomPostProcess := { (node: XmlNode) =>

0 commit comments

Comments
 (0)