File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- sbt.version =0.13.5
1
+ sbt.version =0.13.9
Original file line number Diff line number Diff line change 3
3
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
4
4
5
5
// 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" )
9
7
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"
You can’t perform that action at this time.
0 commit comments