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 9498852 + c3aa26e commit d829f2cCopy full SHA for d829f2c
build.sbt
@@ -28,7 +28,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
28
.settings(
29
name := "scalacheck-xml",
30
libraryDependencies ++= Seq(
31
- "org.scala-lang.modules" %%% "scala-xml" % "2.1.0",
+ "org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
32
"org.scalacheck" %%% "scalacheck" % "1.17.0"
33
)
34
0 commit comments