Skip to content

Commit 8b699a4

Browse files
committed
Merge pull request #164 from migmruiz/sbtUpgrade
upgrades sbt to 0.13.11 and sbt-release to 1.0.2
2 parents 910f243 + a73697f commit 8b699a4

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.9
1+
sbt.version=0.13.11

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
44

55
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")
66

7-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
7+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.2")

0 commit comments

Comments
 (0)