Skip to content

Commit b0e4afa

Browse files
committed
Upgrade sbt plugins, remove unused scalastyle plugin
1 parent d83c6b5 commit b0e4afa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

project/plugins.sbt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
44

55
// Scala IDE project file generator
6-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
6+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0")
77

8-
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
8+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")
99

10-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")
11-
12-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
10+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")

0 commit comments

Comments
 (0)