Skip to content

Commit c2cb469

Browse files
committed
Merge pull request #1127 from dotty-staging/upgrade/sbt-0.13.11
Upgrade sbt to 0.13.11 and scalastyle-sbt-plugin to 0.8.0
2 parents 0eecb71 + 327960e commit c2cb469

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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.9
1+
sbt.version=0.13.11

project/plugins.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@
55
// Scala IDE project file generator
66
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
77

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-
12-
libraryDependencies += "org.scalariform" %% "scalariform" % "0.1.7"
8+
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")

0 commit comments

Comments
 (0)