From d00170e2278effed6b60e78391724a0e8638c4fb Mon Sep 17 00:00:00 2001 From: NthPortal Date: Wed, 8 Mar 2017 13:37:19 -0500 Subject: [PATCH] Bump version for release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a53510f..3568754 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "cancellable-task" description := "A cancellable task to be run asynchronously." val rawVersion = "1.0.1" -isSnapshot := true +isSnapshot := false version := rawVersion + {if (isSnapshot.value) "-SNAPSHOT" else ""} scalaVersion := "2.12.1"