Skip to content

Commit

Permalink
Merge pull request #172 from typelevel/revert-scalacheck-1.18
Browse files Browse the repository at this point in the history
Revert "Upgrade to scalacheck-1.18.0"
  • Loading branch information
rossabaker authored Aug 29, 2024
2 parents 39cdd81 + 8876921 commit 703bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "scalacheck-xml",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
"org.scalacheck" %%% "scalacheck" % "1.18.0"
"org.scalacheck" %%% "scalacheck" % "1.17.1"
)
)
.platformsSettings(JSPlatform, NativePlatform)(
Expand Down

0 comments on commit 703bb1d

Please sign in to comment.