Skip to content

Commit

Permalink
Close 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed May 12, 2016
1 parent 62a6265 commit 39b240b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Supports Kafka 0.8.2.2
Available at Maven Central for Scala 2.11:

````scala
libraryDependencies += "com.softwaremill.reactivekafka" %% "reactive-kafka-core" % "0.8.7"
libraryDependencies += "com.softwaremill.reactivekafka" %% "reactive-kafka-core" % "0.8.8"
````

Example usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val zkCommitterDependencies = Seq(kafka) ++ curator

val commonSettings =
sonatypeSettings ++ scalariformSettings ++ Seq(
version := "0.8.8-SNAPSHOT",
version := "0.8.8",
organization := "com.softwaremill.reactivekafka",
startYear := Some(2014),
licenses := Seq("Apache License 2.0" -> url("http://opensource.org/licenses/Apache-2.0")),
Expand Down

0 comments on commit 39b240b

Please sign in to comment.