Skip to content

Commit 7876094

Browse files
committed
Changed to use ScalaTest 3.2.3.
1 parent df084b3 commit 7876094

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.15",
88
organization := "org.scalatestplus",
9-
version := "3.2.2.0",
9+
version := "3.2.3.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",
28+
"org.scalatest" %%% "scalatest-core" % "3.2.3",
2929
"org.scalacheck" %%% "scalacheck" % "1.15.0",
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"
30+
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.3" % "test",
31+
"org.scalatest" %%% "scalatest-funspec" % "3.2.3" % "test",
32+
"org.scalatest" %%% "scalatest-funsuite" % "3.2.3" % "test"
3333
),
3434
// skip dependency elements with a scope
3535
pomPostProcess := { (node: XmlNode) =>

0 commit comments

Comments
 (0)