Skip to content

Commit

Permalink
Update airframe-json, airspec to 21.6.0 (#576)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
scala-steward and xerial committed Jun 8, 2021
1 parent ef526f1 commit fc791f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ Global / concurrentRestrictions := Seq(
Tags.limit(Tags.Test, 1)
)

val AIRFRAME_VERSION = "20.12.2"
val AIRFRAME_VERSION = "21.6.0"

// Use dynamic snapshot version strings for non tagged versions
ThisBuild / dynverSonatypeSnapshots := true
Expand Down
Expand Up @@ -377,8 +377,7 @@ class MessagePackTest extends AirSpec with PropertyCheck with Benchmark {
}

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

0 comments on commit fc791f1

Please sign in to comment.