Skip to content

Commit 5010af9

Browse files
authored
Merge pull request #149 from typelevel/update/scalacheck-1.17.1
Update scalacheck to 1.17.1
2 parents deba1b2 + fbf0601 commit 5010af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2929
name := "scalacheck-xml",
3030
libraryDependencies ++= Seq(
3131
"org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
32-
"org.scalacheck" %%% "scalacheck" % "1.17.0"
32+
"org.scalacheck" %%% "scalacheck" % "1.17.1"
3333
)
3434
)
3535
.platformsSettings(JSPlatform, NativePlatform)(

0 commit comments

Comments
 (0)