Skip to content

Commit 098aeab

Browse files
committed
Upgrade SBT from 0.13.13 to 1.0.2
- upgrade SBT version from 0.13.13 to 1.0.2, - upgrade plugin versions to SBT 1.0.x compatible ones: - upgrade ScalaStyle plugin version from 0.8.0 to 1.0.0, - upgrade PGP plugin version from 1.0.1 to 1.1.0, - upgrade Release plugin version from 1.0.3 to 1.0.6.
1 parent 79c0019 commit 098aeab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.13
1+
sbt.version=1.0.2

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
1+
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
3+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
44

5-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
5+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
66

77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")

0 commit comments

Comments
 (0)