Skip to content

Commit 9a53392

Browse files
committed
Upgrade SBT to 0.13.9 and upgrade SBT plugins
1 parent 999e26a commit 9a53392

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.5
1+
sbt.version=0.13.9

project/plugins.sbt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
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" % "2.2.0")
7-
8-
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0")
6+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
97

8+
// See https://github.com/scalastyle/scalastyle/issues/156#issuecomment-137229733
9+
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0" excludeAll(
10+
ExclusionRule(organization = "com.danieltrinh")))
11+
libraryDependencies += "org.scalariform" %% "scalariform" % "0.1.7"

0 commit comments

Comments
 (0)