Skip to content

Commit 5f3134d

Browse files
author
QuadStingray
committed
refactor: cleanup plugins
1 parent 5441d8c commit 5f3134d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

project/plugins.sbt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,10 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
1919

2020
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
2121

22-
// paradox
23-
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3")
24-
25-
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0")
26-
27-
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
28-
29-
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
30-
3122
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.6.3")
3223

3324
addDependencyTreePlugin
3425

3526
// todo remove as soon as possible
3627
dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
3728

38-
dependencyOverrides += "io.circe" %% "circe-core" % "0.9.3" // wird wegen sbt-paradox-material-theme benoetingt. Lange nicht geupdated und daher sehr alte circe version

0 commit comments

Comments
 (0)