Skip to content

Commit

Permalink
Bump scala-xml to 2.2.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Mar 21, 2024
1 parent c6d4503 commit 46d4497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val root = project
),
libraryDependencies ++= Seq(
"org.scala-lang.modules" % "scala-parser-combinators_2.13" % "1.1.2",
"org.scala-lang.modules" % "scala-xml_2.13" % "1.2.0",
"org.scala-lang.modules" % "scala-xml_2.13" % "2.2.0",
"com.novocode" % "junit-interface" % "0.11" % "test"
)
)
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/dotty/xml/interpolator/SimpleNodeTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class SimpleNodeTest {
}

@Test def comment2(): Unit = {
assert(xml"<!----->" <!----->)
assert(xml"<!-- -->" <!-- -->)
}

@Test def comment3(): Unit = {
Expand Down

0 comments on commit 46d4497

Please sign in to comment.