From 1eb62d92fd638b129564dd910d68f4e291719220 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 12 Aug 2017 16:31:07 -0700 Subject: Append -SNAPSHOT to dirty versions --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac5f26f..20439d7 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val scalaVersions = Seq("2.12.2", "2.11.11", "2.10.6") val macrosParadiseVersion = "2.1.0" // version is derived from latest git tag -version in ThisBuild := ("git describe --always --dirty --match v[0-9].*" !!).tail.trim +version in ThisBuild := ("git describe --always --dirty=-SNAPSHOT --match v[0-9].*" !!).tail.trim organization in ThisBuild := "ch.jodersky" scalacOptions in ThisBuild ++= Seq( "-deprecation", -- cgit v1.2.3