From 705e615fe0be55ea0116d2810d24a30cf11f24d3 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 5 Jun 2018 21:59:09 -0700 Subject: Upgrade build and dependencies --- project/build.properties | 2 +- project/plugins.sbt | 2 +- project/publish.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index 369929b..d6e3507 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.0.2 \ No newline at end of file +sbt.version=1.1.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index a1e2f8a..a3e7e05 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ ivyLoggingLevel := UpdateLogging.Quiet -addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.2.0") +addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") diff --git a/project/publish.sbt b/project/publish.sbt index 2f35a0c..8a0d471 100644 --- a/project/publish.sbt +++ b/project/publish.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -- cgit v1.2.3