Skip to content

Commit f2b61ce

Browse files
committed
Merge pull request #933 from dotty-staging/revert-sbt
Fix sbt build.
2 parents 8eef182 + 2f41c73 commit f2b61ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.5

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
88
// See https://github.com/scalastyle/scalastyle/issues/156#issuecomment-137229733
99
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0" excludeAll(
1010
ExclusionRule(organization = "com.danieltrinh")))
11+
1112
libraryDependencies += "org.scalariform" %% "scalariform" % "0.1.7"

0 commit comments

Comments
 (0)