Skip to content

Commit

Permalink
changed version back to non-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendrik Poloczek committed Feb 26, 2017
1 parent e87382a commit f5948f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f5948f7

Please sign in to comment.