From 8ab501e7527139a4ee8d0b38f9b4384551387043 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 18 Dec 2017 12:01:22 -0800 Subject: Bump sbt (#703) Bump SBT to 1.0.4 and update plugins Update Scala versions and sbt commands in .travis.yml Replace run-main with runMain --- project/build.properties | 2 +- project/plugins.sbt | 2 +- project/sbt-antlr4.sbt | 4 +--- 3 files changed, 3 insertions(+), 5 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 b9cce1f7..362943d7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,4 +14,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") 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") diff --git a/project/sbt-antlr4.sbt b/project/sbt-antlr4.sbt index cd995cc3..0489816f 100644 --- a/project/sbt-antlr4.sbt +++ b/project/sbt-antlr4.sbt @@ -1,3 +1 @@ -resolvers += Resolver.url("bintray-simplytyped", url("http://dl.bintray.com/simplytyped/sbt-plugins"))(Resolver.ivyStylePatterns) - -addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.12") +addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.0") -- cgit v1.2.3