diff --git a/build.sbt b/build.sbt index 7e3190374..95ba5b766 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ val zkCommitterDependencies = Seq(kafka) ++ curator val commonSettings = sonatypeSettings ++ scalariformSettings ++ Seq( - version := "0.8.2-SNAPSHOT", + version := "0.8.3-SNAPSHOT", organization := "com.softwaremill.reactivekafka", startYear := Some(2014), licenses := Seq("Apache License 2.0" -> url("http://opensource.org/licenses/Apache-2.0")),