aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-12-07 12:25:00 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2017-12-07 12:25:00 +0100
commita302c285f7950e1125094fe69a892afa574ea90b (patch)
tree637541dd29ce82a20fbbc7213564bdf233897112
parent41fa8534c9748e1309051cbb375c5b1ea7f2421c (diff)
downloadKamon-a302c285f7950e1125094fe69a892afa574ea90b.tar.gz
Kamon-a302c285f7950e1125094fe69a892afa574ea90b.tar.bz2
Kamon-a302c285f7950e1125094fe69a892afa574ea90b.zip
remove the isSnapshot flag from the build
-rw-r--r--build.sbt1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index ccd74cd6..583f8a16 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,7 +20,6 @@ lazy val kamon = (project in file("."))
.aggregate(core, testkit, coreTests)
val commonSettings = Seq(
- isSnapshot := true,
scalaVersion := "2.11.8",
javacOptions += "-XDignore.symbol.file",
resolvers += Resolver.mavenLocal,