|
| 1 | +// need to make changes to uptake sbt 1.0 support in "com.eed3si9n" % "sbt-assembly" % "1.14.5" |
1 | 2 | addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
|
2 | 3 |
|
3 |
| -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.0.1") |
| 4 | +// sbt 1.0.0 support: https://github.com/typesafehub/sbteclipse/issues/343 |
| 5 | +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0") |
4 | 6 |
|
| 7 | +// sbt 1.0.0 support: https://github.com/jrudolph/sbt-dependency-graph/issues/134 |
5 | 8 | addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
|
6 | 9 |
|
| 10 | +// need to make changes to uptake sbt 1.0 support in "org.scalastyle" %% "scalastyle-sbt-plugin" % "0.9.0" |
7 | 11 | addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
|
8 | 12 |
|
9 |
| -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.12") |
| 13 | +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17") |
10 | 14 |
|
| 15 | +// sbt 1.0.0 support: https://github.com/AlpineNow/junit_xml_listener/issues/6 |
11 | 16 | addSbtPlugin("com.alpinenow" % "junit_xml_listener" % "0.5.1")
|
12 | 17 |
|
| 18 | +// need to make changes to uptake sbt 1.0 support in "com.eed3si9n" % "sbt-unidoc" % "0.4.1" |
13 | 19 | addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
|
14 | 20 |
|
| 21 | +// need to make changes to uptake sbt 1.0 support in "com.cavorite" % "sbt-avro-1-7" % "1.1.2" |
15 | 22 | addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
|
16 | 23 |
|
| 24 | +// sbt 1.0.0 support: https://github.com/spray/sbt-revolver/issues/62 |
17 | 25 | addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0")
|
18 | 26 |
|
19 | 27 | libraryDependencies += "org.ow2.asm" % "asm" % "5.1"
|
20 | 28 |
|
21 | 29 | libraryDependencies += "org.ow2.asm" % "asm-commons" % "5.1"
|
22 | 30 |
|
| 31 | +// sbt 1.0.0 support: https://github.com/ihji/sbt-antlr4/issues/14 |
23 | 32 | addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.11")
|
24 | 33 |
|
25 | 34 | // Spark uses a custom fork of the sbt-pom-reader plugin which contains a patch to fix issues
|
|
0 commit comments