Skip to content

Commit

Permalink
Update scalacheck-1-15 to 3.2.14.0 (stac-utils#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 3, 2023
1 parent 4036e68 commit 9360a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ val testingDependenciesJVM = Def.setting {
val testRunnerDependenciesJVM = Seq(
"io.circe" %% "circe-testing" % Versions.Circe % Test,
"org.scalatest" %% "scalatest" % Versions.Scalatest % Test,
"org.scalatestplus" %% "scalacheck-1-15" % Versions.ScalatestPlusScalacheck % Test
"org.scalatestplus" %% "scalacheck-1-16" % Versions.ScalatestPlusScalacheck % Test
)

lazy val root = project
Expand Down Expand Up @@ -177,7 +177,7 @@ lazy val coreTest = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"io.circe" %%% "circe-testing" % Versions.Circe % Test,
"org.scalatest" %%% "scalatest" % Versions.Scalatest % Test,
"org.scalatestplus" %%% "scalacheck-1-15" % Versions.ScalatestPlusScalacheck % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % Versions.ScalatestPlusScalacheck % Test,
"org.typelevel" %%% "discipline-scalatest" % Versions.DisciplineScalatest % Test
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Versions {
val Refined = "0.11.0"
val ScalacheckCats = "0.3.2"
val Scalacheck = "1.17.0"
val ScalatestPlusScalacheck = "3.2.11.0"
val ScalatestPlusScalacheck = "3.2.14.0"
val Scalatest = "3.2.17"
val Scapegoat = "2.1.3"
val Shapeless = "2.3.10"
Expand Down

0 comments on commit 9360a0c

Please sign in to comment.