From 12b45aeb6cb52457d847b12c0908062730ecb98e Mon Sep 17 00:00:00 2001 From: Jendrik Poloczek Date: Mon, 2 Oct 2017 13:17:50 +0200 Subject: [PATCH] changed: version bump to 1.4.0 in build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2b85ba..0d13244 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val commonSettings = Seq( organization := "com.madewithtea", - version := "1.3.0", + version := "1.4.0", scalaVersion := "2.11.11", crossScalaVersions := Seq("2.12.2","2.11.11"), description := "Topology Unit-Testing Library for Apache Kafka / Kafka Streams",