Skip to content

Commit 4f54266

Browse files
committed
Remove unused ScalaRunTime
1 parent 8a9a415 commit 4f54266

File tree

2 files changed

+1
-375
lines changed

2 files changed

+1
-375
lines changed

library/src/scala/runtime/ScalaRunTime.scala

Lines changed: 0 additions & 374 deletions
This file was deleted.

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ object Build {
461461

462462
// get libraries onboard
463463
libraryDependencies ++= Seq("com.typesafe.sbt" % "sbt-interface" % sbtVersion.value,
464-
"org.scala-lang.modules" %% "scala-xml" % "1.0.6",
464+
("org.scala-lang.modules" % "scala-xml_2.12" % "1.0.6").withDottyCompat(),
465465
"com.novocode" % "junit-interface" % "0.11" % "test",
466466
"org.scala-lang" % "scala-library" % scalacVersion % "test"),
467467

0 commit comments

Comments
 (0)