Skip to content

Commit

Permalink
Remove sbt option required only for old Scalariform
Browse files Browse the repository at this point in the history
  • Loading branch information
errt committed Jan 26, 2024
1 parent 4ebbb8f commit 7f21e49
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions project/libraries.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7f21e49

Please sign in to comment.