Skip to content

Commit fc791f1

Browse files
Update airframe-json, airspec to 21.6.0 (#576)
* Update airframe-json, airspec to 21.6.0 * Update scala-library to 2.13.6 (#568) * Update scala-library to 2.13.6 * Update scala-library to 2.13.6 * Fix test Co-authored-by: Taro L. Saito <leo@xerial.org>
1 parent ef526f1 commit fc791f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq(
55
Tags.limit(Tags.Test, 1)
66
)
77

8-
val AIRFRAME_VERSION = "20.12.2"
8+
val AIRFRAME_VERSION = "21.6.0"
99

1010
// Use dynamic snapshot version strings for non tagged versions
1111
ThisBuild / dynverSonatypeSnapshots := true

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@ class MessagePackTest extends AirSpec with PropertyCheck with Benchmark {
377377
}
378378

379379
test("report errors when packing/unpacking malformed strings") {
380-
// TODO produce malformed utf-8 strings in Java8"
381-
pending
380+
pending("We need to produce malformed utf-8 strings in Java 8")
382381
// Create 100 malformed UTF8 Strings
383382
val r = new Random(0)
384383
val malformedStrings = Iterator

0 commit comments

Comments
 (0)