Skip to content

Commit

Permalink
Remove unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Apr 5, 2021
1 parent 8576402 commit ad1fb27
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ad1fb27

Please sign in to comment.