File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ object DottyBuild extends Build {
17
17
// "-XX:+HeapDumpOnOutOfMemoryError", "-Xmx1g", "-Xss2m"
18
18
)
19
19
20
- val defaults = Defaults .defaultSettings ++ Seq (
20
+ val defaults = Defaults .coreDefaultSettings ++ Seq (
21
21
scalaVersion in Global := " 2.11.5" ,
22
22
version in Global := " 0.1-SNAPSHOT" ,
23
23
organization in Global := " org.scala-lang" ,
@@ -123,7 +123,7 @@ object DottyBuild extends Build {
123
123
124
124
lazy val dotty = Project (id = " dotty" , base = file(" ." ), settings = defaults)
125
125
126
- lazy val benchmarkSettings = Defaults .defaultSettings ++ Seq (
126
+ lazy val benchmarkSettings = Defaults .coreDefaultSettings ++ Seq (
127
127
128
128
// to get Scala 2.11
129
129
resolvers += Resolver .sonatypeRepo(" releases" ),
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