Skip to content

Commit

Permalink
Merge pull request #80 from gvolpe/release/0.9
Browse files Browse the repository at this point in the history
Bump version to 0.9
  • Loading branch information
gvolpe authored Jul 22, 2018
2 parents dc88639 + 80d351b commit 903cc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name := """fs2-rabbit-root"""

organization in ThisBuild := "com.github.gvolpe"

version in ThisBuild := "0.8"
version in ThisBuild := "0.9"

crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.6")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AmqpHeaderValSpec extends FlatSpecLike with Matchers {
val intVal = IntVal(1)
val longVal = LongVal(2L)
val stringVal = StringVal("hey")
val arrayVal = ArrayVal(Seq(3, 2, 1))
val arrayVal = ArrayVal(Seq(3, 2, 1))

AmqpHeaderVal.from(intVal.impure) should be(intVal)
AmqpHeaderVal.from(longVal.impure) should be(longVal)
Expand Down

0 comments on commit 903cc84

Please sign in to comment.