From ad1fb27ad30e008d81e3f89a52991c6f5389cbcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lor=C3=A1nd=20Szak=C3=A1cs?= Date: Mon, 5 Apr 2021 13:22:16 +0300 Subject: [PATCH] Remove unused plugins --- project/plugins.sbt | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0de6b59..16268d2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,15 +1,4 @@ -// https://github.com/djspiewak/sbt-spiewak/releases/ -addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.20.4") -// https://github.com/scalameta/sbt-scalafmt/releases -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -// https://github.com/portable-scala/sbt-crossproject/releases -addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") -// https://github.com/scala-js/scala-js/releases/ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0") -// https://github.com/sbt/sbt-header/releases -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") - -// addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1") -// addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.16") -// addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.1") -// addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") +// format: off +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2" ) //https://github.com/scalameta/sbt-scalafmt/releases +addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.20.4") //https://github.com/djspiewak/sbt-spiewak/releases/ +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0" ) //https://github.com/sbt/sbt-header/releases \ No newline at end of file