Skip to content

Commit

Permalink
Close version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Aug 27, 2015
1 parent 1dc4689 commit 9a725c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Reactive Streams for Kafka
====
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill/reactive-kafka_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.softwaremill/reactive-kafka_2.11)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.reactivekafka/reactive-kafka-core_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.softwaremill/reactive-kafka_2.11)
If you have questions or are working on a pull request or just curious, please feel welcome to join the chat room: [![Join the chat at https://gitter.im/softwaremill/reactive-kafka](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/softwaremill/reactive-kafka?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


Expand All @@ -13,7 +13,7 @@ Supports Kafka 0.8.2.1
Available at Maven Central for Scala 2.10 and 2.11:

````scala
libraryDependencies += "com.softwaremill" %% "reactive-kafka" % "0.7.2"
libraryDependencies += "com.softwaremill.reactivekafka" %% "reactive-kafka-core" % "0.8.0"
````

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

val commonSettings =
sonatypeSettings ++ scalariformSettings ++ Seq(
version := "0.8.0-SNAPSHOT",
version := "0.8.0",
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 9a725c8

Please sign in to comment.