From 4a55232d23c47225dc1c12b530636595b4453ac5 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 15 Jun 2019 17:30:26 +0200 Subject: Upgrade sbt version --- project/build.properties | 2 +- project/plugins.sbt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index d6e3507..c0bab04 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.6 +sbt.version=1.2.8 diff --git a/project/plugins.sbt b/project/plugins.sbt index 97fc739..ff05dad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,5 @@ // testing for sbt plugins libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value + +addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4") -- cgit v1.2.3