Skip to content

Commit

Permalink
Upgrade to scalacheck-1.18.0
Browse files Browse the repository at this point in the history
Picks up scala-native-0.5 to unblock various things
  • Loading branch information
rossabaker authored Aug 19, 2024
1 parent 989119e commit 39cdd81
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.17.1"
"org.scalacheck" %%% "scalacheck" % "1.18.0"
)
)
.platformsSettings(JSPlatform, NativePlatform)(
Expand Down

1 comment on commit 39cdd81

@rossabaker
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was not intended to be a direct commit to main. I'll set up branch protection.

Please sign in to comment.