Skip to content

Commit 48f59ea

Browse files
committed
Release 3.2.5.0.
1 parent 40fca67 commit 48f59ea

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
@@ -20,7 +20,7 @@ publishLocal := {}
2020
val sharedSettings = Seq(
2121
name := "scalacheck-1.15",
2222
organization := "org.scalatestplus",
23-
version := "3.2.4.0",
23+
version := "3.2.5.0",
2424
homepage := Some(url("https://github.com/scalatest/scalatestplus-scalacheck")),
2525
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
2626
developers := List(
@@ -39,11 +39,11 @@ val sharedSettings = Seq(
3939
),
4040
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
4141
libraryDependencies ++= Seq(
42-
"org.scalatest" %%% "scalatest-core" % "3.2.4",
42+
"org.scalatest" %%% "scalatest-core" % "3.2.5",
4343
"org.scalacheck" %%% "scalacheck" % "1.15.3",
44-
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.4" % "test",
45-
"org.scalatest" %%% "scalatest-funspec" % "3.2.4" % "test",
46-
"org.scalatest" %%% "scalatest-funsuite" % "3.2.4" % "test"
44+
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.5" % "test",
45+
"org.scalatest" %%% "scalatest-funspec" % "3.2.5" % "test",
46+
"org.scalatest" %%% "scalatest-funsuite" % "3.2.5" % "test"
4747
),
4848
// skip dependency elements with a scope
4949
pomPostProcess := { (node: XmlNode) =>

0 commit comments

Comments
 (0)