Skip to content

Commit 7f21e49

Browse files
author
Dominik Helm
committed
Remove sbt option required only for old Scalariform
1 parent 4ebbb8f commit 7f21e49

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

project/libraries.sbt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
// THE VERSION OF THIS LIBRARY MUST NOT BE UPDATED - WE RELY ON THE JAVA CLASS FILE'S INTERNALS!
33
libraryDependencies += "org.eclipse.jdt" % "ecj" % "3.28.0.v20211021-2009" // <= DO *NOT* CHANGE!
44

5-
//TODO Remove once scalariform is gone
6-
ThisBuild / libraryDependencySchemes ++= Seq(
7-
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
8-
)
9-
105
// Required to compile the website
116
libraryDependencies += "com.typesafe.play" %% "twirl-api" % "1.6.2"
127
libraryDependencies += "com.typesafe.play" %% "twirl-compiler" % "1.6.2"
138
libraryDependencies += "org.scala-lang" % "scala-compiler" % sbt.Keys.scalaVersion.value
149

15-
libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.62.2"
16-
libraryDependencies += "com.typesafe" % "config" % "1.4.1"
10+
libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.62.2"
11+
libraryDependencies += "com.typesafe" % "config" % "1.4.1"

0 commit comments

Comments
 (0)