From 7f21e49b137cda287254e248acdd5dec5d4d9456 Mon Sep 17 00:00:00 2001 From: Dominik Helm Date: Fri, 26 Jan 2024 11:42:54 +0100 Subject: [PATCH] Remove sbt option required only for old Scalariform --- project/libraries.sbt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/project/libraries.sbt b/project/libraries.sbt index 5aca9ae24c..4db774257d 100644 --- a/project/libraries.sbt +++ b/project/libraries.sbt @@ -2,15 +2,10 @@ // THE VERSION OF THIS LIBRARY MUST NOT BE UPDATED - WE RELY ON THE JAVA CLASS FILE'S INTERNALS! libraryDependencies += "org.eclipse.jdt" % "ecj" % "3.28.0.v20211021-2009" // <= DO *NOT* CHANGE! -//TODO Remove once scalariform is gone -ThisBuild / libraryDependencySchemes ++= Seq( - "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always -) - // Required to compile the website libraryDependencies += "com.typesafe.play" %% "twirl-api" % "1.6.2" libraryDependencies += "com.typesafe.play" %% "twirl-compiler" % "1.6.2" libraryDependencies += "org.scala-lang" % "scala-compiler" % sbt.Keys.scalaVersion.value -libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.62.2" -libraryDependencies += "com.typesafe" % "config" % "1.4.1" +libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.62.2" +libraryDependencies += "com.typesafe" % "config" % "1.4.1"