From af6a8dfd0d81e38bf1d65c0b5f01c66356a6453b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Jun 2021 02:48:25 +0200 Subject: [PATCH 1/3] Update airframe-json, airspec to 21.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8e4fade0..40051fef 100644 --- a/build.sbt +++ b/build.sbt @@ -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 From ef526f1de989c10568c7cc3351a7aedbfe1af983 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:55:51 +0200 Subject: [PATCH 2/3] Update scala-library to 2.13.6 (#568) * Update scala-library to 2.13.6 * Update scala-library to 2.13.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8e4fade0..a215cadd 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val buildSettings = Seq[Setting[_]]( organizationName := "MessagePack", organizationHomepage := Some(new URL("http://msgpack.org/")), description := "MessagePack for Java", - scalaVersion := "2.12.14", + scalaVersion := "2.13.6", Test / logBuffered := false, // msgpack-java should be a pure-java library, so remove Scala specific configurations autoScalaLibrary := false, From c18f3f70602576d94343ffb53d74e1937d543f5b Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Tue, 8 Jun 2021 09:59:48 -0700 Subject: [PATCH 3/3] Fix test --- .../src/test/scala/org/msgpack/core/MessagePackTest.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/msgpack-core/src/test/scala/org/msgpack/core/MessagePackTest.scala b/msgpack-core/src/test/scala/org/msgpack/core/MessagePackTest.scala index f60702ed..2e96ca25 100644 --- a/msgpack-core/src/test/scala/org/msgpack/core/MessagePackTest.scala +++ b/msgpack-core/src/test/scala/org/msgpack/core/MessagePackTest.scala @@ -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