Skip to content

Commit

Permalink
careful optimism, that scala-xml seems to still work for shapes
Browse files Browse the repository at this point in the history
(at least the non networked version)
  • Loading branch information
rmgk committed Apr 27, 2024
1 parent 02862a9 commit 7674457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ lazy val examples = project.in(file("Modules/Example Misc 2015"))
noPublish,
fork := true,
libraryDependencies ++= Seq(
("org.scala-lang.modules" %% "scala-xml" % "1.3.1").cross(CrossVersion.for3Use2_13),
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
"org.scala-lang.modules" %% "scala-swing" % "3.0.0"
)
)
Expand Down

0 comments on commit 7674457

Please sign in to comment.