aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-06-11 20:48:27 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-06-11 20:48:27 +0200
commitac4ef4dbda6e215eeb55c27cd4ac1e3ba2d6521b (patch)
treee743b5de227599d98dfd7ff9e32252b66a654bec /build.sbt
parentd9636988cd8acf789bf17bfd06407a6b5c15985b (diff)
downloadKamon-ac4ef4dbda6e215eeb55c27cd4ac1e3ba2d6521b.tar.gz
Kamon-ac4ef4dbda6e215eeb55c27cd4ac1e3ba2d6521b.tar.bz2
Kamon-ac4ef4dbda6e215eeb55c27cd4ac1e3ba2d6521b.zip
add utilily classes for working with Spans and Continuations
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index a924135f..16c0ceac 100644
--- a/build.sbt
+++ b/build.sbt
@@ -27,7 +27,6 @@ lazy val core = (project in file("kamon-core"))
.settings(moduleName := "kamon-core")
.settings(
isSnapshot := true,
- coverageEnabled := false,
scalaVersion := "2.11.8",
javacOptions += "-XDignore.symbol.file",
resolvers += Resolver.mavenLocal,