aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-11-02 14:26:00 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2018-11-02 14:26:00 +0100
commit655415de44f30df01371c37507b034a9c46e8896 (patch)
treead4875066ad32caab93e95b3a4fa846e4d959eec
parent4d261a83cfae95a79cf233aec54197a5b1a56538 (diff)
downloadKamon-655415de44f30df01371c37507b034a9c46e8896.tar.gz
Kamon-655415de44f30df01371c37507b034a9c46e8896.tar.bz2
Kamon-655415de44f30df01371c37507b034a9c46e8896.zip
upgrade the build to the latest SBT/Umbrella versions
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt6
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