From f5948f72b75f26e1e91f42692b013c48df38bc5a Mon Sep 17 00:00:00 2001 From: Jendrik Poloczek Date: Sun, 26 Feb 2017 12:47:20 +0100 Subject: [PATCH] changed version back to non-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d322baa..01452bb 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val commonSettings = Seq( organization := "com.madewithtea", - version := "1.2.0-SNAPSHOT", + version := "1.2.0", scalaVersion := "2.11.8", crossScalaVersions := Seq("2.12.1","2.12.0", "2.11.8"), description := "Topology Unit-Testing Library for Apache Kafka / Kafka Streams",