Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiedys committed Jul 23, 2016
1 parent 6ca96ba commit 675df32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,12 +9,12 @@ Reactive Streams: AMQP

Available at Maven Central for Scala 2.11:

libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.1.1"
libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.1.2"

Example
----

#### Akka Streams - 2.4.7
#### Akka Streams - 2.4.8

```Scala
import akka.actor.ActorSystem
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ sonatypeSettings

name := "reactive-rabbit"

version := "1.1.1"
version := "1.1.2"

organization := "io.scalac"

Expand Down

0 comments on commit 675df32

Please sign in to comment.