Skip to content

Commit

Permalink
Merge pull request #149 from typelevel/update/scalacheck-1.17.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.1
  • Loading branch information
rossabaker authored Jun 6, 2024
2 parents deba1b2 + fbf0601 commit 5010af9
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.0"
"org.scalacheck" %%% "scalacheck" % "1.17.1"
)
)
.platformsSettings(JSPlatform, NativePlatform)(
Expand Down

0 comments on commit 5010af9

Please sign in to comment.