Skip to content

Commit d829f2c

Browse files
authored
Merge pull request #94 from typelevel/update/scala-xml-2.2.0
Update scala-xml to 2.2.0
2 parents 9498852 + c3aa26e commit d829f2c

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
@@ -28,7 +28,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2828
.settings(
2929
name := "scalacheck-xml",
3030
libraryDependencies ++= Seq(
31-
"org.scala-lang.modules" %%% "scala-xml" % "2.1.0",
31+
"org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
3232
"org.scalacheck" %%% "scalacheck" % "1.17.0"
3333
)
3434
)

0 commit comments

Comments
 (0)