diff --git a/README.md b/README.md index 1e7403e..e7d5b2f 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ ScalaTest + ScalaCheck provides integration support between ScalaTest and ScalaC **Usage** -To use it for ScalaTest 3.2.9 and ScalaCheck 1.15.x: +To use it for ScalaTest 3.2.10 and ScalaCheck 1.15.x: SBT: ``` -libraryDependencies += "org.scalatestplus" %% "scalacheck-1-15" % "3.2.9.0" % "test" +libraryDependencies += "org.scalatestplus" %% "scalacheck-1-15" % "3.2.10.0" % "test" ``` Maven: @@ -17,7 +17,7 @@ Maven: org.scalatestplus scalacheck-1-15_2.13 - 3.2.9.0 + 3.2.10.0 test ``` diff --git a/build.sbt b/build.sbt index c277e31..dd695de 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ def docTask(docDir: File, resDir: File, projectName: String): File = { val sharedSettings = Seq( name := "scalacheck-1.15", organization := "org.scalatestplus", - version := "3.2.9.0", + version := "3.2.10.0", homepage := Some(url("https://github.com/scalatest/scalatestplus-scalacheck")), licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")), developers := List( @@ -68,11 +68,11 @@ val sharedSettings = Seq( ), resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots", libraryDependencies ++= Seq( - "org.scalatest" %%% "scalatest-core" % "3.2.9", + "org.scalatest" %%% "scalatest-core" % "3.2.10", "org.scalacheck" %%% "scalacheck" % "1.15.4", - "org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.9" % "test", - "org.scalatest" %%% "scalatest-funspec" % "3.2.9" % "test", - "org.scalatest" %%% "scalatest-funsuite" % "3.2.9" % "test" + "org.scalatest" %%% "scalatest-shouldmatchers" % "3.2.10" % "test", + "org.scalatest" %%% "scalatest-funspec" % "3.2.10" % "test", + "org.scalatest" %%% "scalatest-funsuite" % "3.2.10" % "test" ), // skip dependency elements with a scope pomPostProcess := { (node: XmlNode) => @@ -157,7 +157,7 @@ lazy val scalatestPlusScalaCheck = ) ) .jsSettings( - crossScalaVersions := List("2.12.14", defaultScalaVersion, "3.0.2"), + crossScalaVersions := List("2.12.15", defaultScalaVersion, "3.0.2"), Compile / sourceGenerators += { Def.task { GenResourcesJSVM.genResources((Compile / sourceManaged).value / "org" / "scalatestplus" / "scalacheck", version.value, scalaVersion.value) ++ @@ -166,7 +166,7 @@ lazy val scalatestPlusScalaCheck = } ) .jvmSettings( - crossScalaVersions := List("2.12.14", defaultScalaVersion, "3.0.2"), + crossScalaVersions := List("2.12.15", defaultScalaVersion, "3.0.2"), Compile / sourceGenerators += { Def.task { GenResourcesJVM.genResources((Compile / sourceManaged).value / "org" / "scalatestplus" / "scalacheck", version.value, scalaVersion.value) ++ @@ -175,7 +175,7 @@ lazy val scalatestPlusScalaCheck = } ) .nativeSettings( - crossScalaVersions := List("2.12.14", defaultScalaVersion), + crossScalaVersions := List("2.12.15", defaultScalaVersion), Test / nativeLinkStubs := true, Compile / sourceGenerators += { Def.task {