From 655415de44f30df01371c37507b034a9c46e8896 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Fri, 2 Nov 2018 14:26:00 +0100 Subject: upgrade the build to the latest SBT/Umbrella versions --- project/build.properties | 2 +- project/plugins.sbt | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/project/build.properties b/project/build.properties index c091b86c..7c58a83a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=1.2.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index 3192be2f..a1438059 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1 @@ -resolvers += Resolver.bintrayIvyRepo("kamon-io", "sbt-plugins") -addSbtPlugin("io.kamon" % "kamon-sbt-umbrella" % "0.0.15") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.3") - +lazy val root: Project = project in file(".") dependsOn(RootProject(uri("git://github.com/kamon-io/kamon-sbt-umbrella.git"))) \ No newline at end of file -- cgit v1.2.3