Skip to content

Commit d6c8599

Browse files
authored
Merge pull request #366 from cunei/wip-sbt10
Bump sbt to 1.0.4, update sbt-pgp
2 parents 2d987ad + 2ea829d commit d6c8599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.16
1+
sbt.version=1.0.4

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")
22

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

55
val scalaJSVersion =
66
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.21")

0 commit comments

Comments
 (0)