Skip to content

Commit 50f13be

Browse files
committed
Update sbt to 1.0.2
1 parent e3f5690 commit 50f13be

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@ lazy val root = project
4242
ghpagesNoJekyll := true
4343
)
4444
.enablePlugins(ScalaUnidocPlugin, GhpagesPlugin)
45-
46-
useGpg := true
47-
usePgpKeyHex("B19D7A14F6F8B3BFA9FF655A5216B5A5F723A92D")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=1.0.2

project/plugins.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// code style
2-
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.9.0")
3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
4-
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.10")
5-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.1")
2+
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
4+
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.12")
5+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
66

77
// dependency management
88
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.1")
99

1010
// artifact publishing
1111
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
12-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
12+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
1313

1414
// documentation
1515
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
16-
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
16+
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")

0 commit comments

Comments
 (0)