File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2
2
// THE VERSION OF THIS LIBRARY MUST NOT BE UPDATED - WE RELY ON THE JAVA CLASS FILE'S INTERNALS!
3
3
libraryDependencies += " org.eclipse.jdt" % " ecj" % " 3.28.0.v20211021-2009" // <= DO *NOT* CHANGE!
4
4
5
- // TODO Remove once scalariform is gone
6
- ThisBuild / libraryDependencySchemes ++= Seq (
7
- " org.scala-lang.modules" %% " scala-xml" % VersionScheme .Always
8
- )
9
-
10
5
// Required to compile the website
11
6
libraryDependencies += " com.typesafe.play" %% " twirl-api" % " 1.6.2"
12
7
libraryDependencies += " com.typesafe.play" %% " twirl-compiler" % " 1.6.2"
13
8
libraryDependencies += " org.scala-lang" % " scala-compiler" % sbt.Keys .scalaVersion.value
14
9
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"
You can’t perform that action at this time.
0 commit comments