We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deba1b2 + fbf0601 commit 5010af9Copy full SHA for 5010af9
build.sbt
@@ -29,7 +29,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
29
name := "scalacheck-xml",
30
libraryDependencies ++= Seq(
31
"org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
32
- "org.scalacheck" %%% "scalacheck" % "1.17.0"
+ "org.scalacheck" %%% "scalacheck" % "1.17.1"
33
)
34
35
.platformsSettings(JSPlatform, NativePlatform)(
0 commit comments