Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jul 22, 2018
1 parent dc88639 commit 80d351b
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 80d351b

Please sign in to comment.