From 9f504b9926d38d11fb8003c72360ff11d24b5ef6 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 18 Dec 2017 12:00:48 -0800 Subject: Bump SBT to 1.0.4 and update plugins (#742) --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index c091b86c..394cb75c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=1.0.4 diff --git a/project/plugins.sbt b/project/plugins.sbt index 7deee8b3..0768a361 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven" addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2") -- cgit v1.2.3