Skip to content

Commit

Permalink
Set version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Apr 4, 2016
1 parent 5d80f7a commit 82a1080
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 @@ -16,7 +16,7 @@ Available at Maven Central for Scala 2.11:
````scala
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "com.softwaremill.reactivekafka" %% "reactive-kafka-core" % "0.10.0"
libraryDependencies += "com.softwaremill.reactivekafka" %% "reactive-kafka-core" % "0.10.1"
````

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

val commonSettings =
sonatypeSettings ++ scalariformSettings ++ Seq(
version := "0.10.1-SNAPSHOT",
version := "0.10.1",
organization := "com.softwaremill.reactivekafka",
startYear := Some(2014),
test in assembly := {},
Expand Down

0 comments on commit 82a1080

Please sign in to comment.