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.
1 parent 989119e commit 39cdd81Copy full SHA for 39cdd81
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.1"
+ "org.scalacheck" %%% "scalacheck" % "1.18.0"
33
)
34
35
.platformsSettings(JSPlatform, NativePlatform)(
0 commit comments