Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiedys committed Mar 18, 2016
1 parent 172ff02 commit ade5d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Reactive Streams: AMQP

Available at Maven Central for Scala 2.11:

libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.0.3"
libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.1.0"

Example
----
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -4,7 +4,7 @@ sonatypeSettings

name := "reactive-rabbit"

version := "1.0.4"
version := "1.1.0"

organization := "io.scalac"

Expand All @@ -16,7 +16,7 @@ homepage := Some(url("https://github.com/ScalaConsultants/reactive-rabbit"))

scalaVersion := "2.11.8"

scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-target:jvm-1.7")
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-target:jvm-1.8")

libraryDependencies ++= Seq(
"org.reactivestreams" % "reactive-streams" % "1.0.0",
Expand Down

0 comments on commit ade5d45

Please sign in to comment.