aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index a9c05e87..810a480d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -23,11 +23,10 @@ lazy val kamon = (project in file("."))
.aggregate(core)//, testkit)
-
-
lazy val core = (project in file("kamon-core"))
.settings(moduleName := "kamon-core")
.settings(
+ isSnapshot := true,
coverageEnabled in Test := true,
scalaVersion := "2.11.8",
javacOptions += "-XDignore.symbol.file",