Skip to content

Commit bfbd6e1

Browse files
committed
Add msgpack-java 0.6.9 for checking API compatibility
1 parent a57bdc0 commit bfbd6e1

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

msgpack-core/src/test/scala/org/msgpack/core/MessagePackerTest.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ class MessagePackerTest extends MessagePackSpec {
1414
}
1515

1616

17+
}
18+
19+
"be used with 0.6.x" in {
20+
21+
22+
1723
}
1824

1925
}

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ object Build extends Build {
9191
val testLib = Seq(
9292
"org.scalatest" % "scalatest_2.10" % "2.1.0-RC2" % "test",
9393
"org.scalacheck" % "scalacheck_2.10" % "1.11.3" % "test",
94-
"org.xerial" % "xerial-core" % "3.2.3" % "test"
95-
94+
"org.xerial" % "xerial-core" % "3.2.3" % "test",
95+
"org.msgpack" % "msgpack-java" % "0.6.9" % "test"
9696
)
9797
}
9898

@@ -104,4 +104,4 @@ object Build extends Build {
104104

105105

106106

107-
107+

0 commit comments

Comments
 (0)