|
1 | 1 | logLevel := sbt.Level.Error |
2 | 2 |
|
3 | 3 | addDependencyTreePlugin |
4 | | -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0") |
5 | | -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") |
6 | | -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2") |
7 | | -addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") |
8 | | -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2") |
9 | | -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.5.5") |
10 | | -addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") |
11 | | -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.6") |
12 | | -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.1") |
13 | | -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") |
14 | | -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") |
15 | | -addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.10") |
16 | | -addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.9") |
17 | | -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.19") |
18 | | -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") |
19 | | -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") |
| 4 | +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0") |
| 5 | +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") |
| 6 | +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2") |
| 7 | +addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") |
| 8 | +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2") |
| 9 | +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.5.5") |
| 10 | +addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") |
| 11 | +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.6") |
| 12 | +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.1") |
| 13 | +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") |
| 14 | +addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") |
| 15 | +addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "0.2.10") |
| 16 | +addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.9") |
| 17 | +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.19") |
| 18 | +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") |
| 19 | +addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") |
| 20 | +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") |
0 commit comments