From 0d7dfcba8bb31bf5ede71d251a1494f8070cc062 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:27:34 +0000 Subject: [PATCH 01/20] Update scala-library to 2.13.12 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe92ec3a..40572d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.0, 2.13.11, 2.12.18] + scala: [3.3.0, 2.13.12, 2.12.18] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 06c05f03..17d04347 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / tlBaseVersion := "1.5" lazy val scala212 = "2.12.18" -lazy val scala213 = "2.13.11" +lazy val scala213 = "2.13.12" lazy val scala3 = "3.3.0" ThisBuild / crossScalaVersions := Seq(scala3, scala213, scala212) ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.2") From 4bcbd4c5fa13e2d46c4e7b6cf77c6981eaee52ab Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:27:57 +0000 Subject: [PATCH 02/20] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40572d5e..c590ff14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,32 +180,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJS) + - name: Download target directories (2.13.12, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS - - name: Inflate target directories (2.13.11, rootJS) + - name: Inflate target directories (2.13.12, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJVM) + - name: Download target directories (2.13.12, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM - - name: Inflate target directories (2.13.11, rootJVM) + - name: Inflate target directories (2.13.12, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootNative) + - name: Download target directories (2.13.12, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative - - name: Inflate target directories (2.13.11, rootNative) + - name: Inflate target directories (2.13.12, rootNative) run: | tar xf targets.tar rm targets.tar From 1e07f76530b8fcb5885552d5ad308c409baf4b62 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:31:34 +0000 Subject: [PATCH 03/20] Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a5cf789c..53e8f10b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") From 93b124066665391d9539a117d7f7cd3f52e27d7d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:15:18 +0000 Subject: [PATCH 04/20] Update parboiled to 2.5.1 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 23a3b76b..f4b3b526 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -12,7 +12,7 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", - "org.parboiled" %% "parboiled" % "2.5.0", + "org.parboiled" %% "parboiled" % "2.5.1", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2", "com.fasterxml.jackson.core" % "jackson-core" % "2.15.2", "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", From 5083b5ed5dd39871c2da6ad05b464d29cf7cc815 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:08:54 +0000 Subject: [PATCH 05/20] Update play-json to 2.10.3 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 23a3b76b..f7162b8b 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -8,7 +8,7 @@ libraryDependencies ++= { "io.argonaut" %% "argonaut" % "6.3.8", "org.json4s" %% "json4s-native" % "4.0.6", "org.json4s" %% "json4s-jackson" % "4.0.6", - "com.typesafe.play" %% "play-json" % "2.9.4", + "com.typesafe.play" %% "play-json" % "2.10.3", "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", From d26dd72a3b392f98d869d2b81d52b37a78a7775c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:07:10 +0000 Subject: [PATCH 06/20] Revert commit(s) 93b1240 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index f4b3b526..23a3b76b 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -12,7 +12,7 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", - "org.parboiled" %% "parboiled" % "2.5.1", + "org.parboiled" %% "parboiled" % "2.5.0", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2", "com.fasterxml.jackson.core" % "jackson-core" % "2.15.2", "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", From 0e5382addae5e339550527ec5606f5293b84e7d0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:07:13 +0000 Subject: [PATCH 07/20] Update parboiled to 2.5.1 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 3c7ba118..cb7c7c58 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -12,7 +12,7 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", - "org.parboiled" %% "parboiled" % "2.5.0", + "org.parboiled" %% "parboiled" % "2.5.1", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.3", "com.fasterxml.jackson.core" % "jackson-core" % "2.15.3", "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", From 5c9282fdfaa3dde38d2c5ca3cc9e4a10e48dd4cc Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:07:21 +0000 Subject: [PATCH 08/20] Revert commit(s) 1e07f76 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 53e8f10b..a5cf789c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") From 49acf8034df90cd69281f8f703a86f569dcf75c1 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:07:23 +0000 Subject: [PATCH 09/20] Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c19540bc..b036963f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") From ce1e14854ccf87e4514bb08035d5d84a26bb4ee2 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:07:29 +0000 Subject: [PATCH 10/20] Revert commit(s) 4bcbd4c, 0d7dfcb --- .github/workflows/ci.yml | 20 ++++++++++---------- build.sbt | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c590ff14..fe92ec3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.0, 2.13.12, 2.12.18] + scala: [3.3.0, 2.13.11, 2.12.18] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} @@ -180,32 +180,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootJS) + - name: Download target directories (2.13.11, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS - - name: Inflate target directories (2.13.12, rootJS) + - name: Inflate target directories (2.13.11, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootJVM) + - name: Download target directories (2.13.11, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM - - name: Inflate target directories (2.13.12, rootJVM) + - name: Inflate target directories (2.13.11, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootNative) + - name: Download target directories (2.13.11, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootNative - - name: Inflate target directories (2.13.12, rootNative) + - name: Inflate target directories (2.13.11, rootNative) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 17d04347..06c05f03 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / tlBaseVersion := "1.5" lazy val scala212 = "2.12.18" -lazy val scala213 = "2.13.12" +lazy val scala213 = "2.13.11" lazy val scala3 = "3.3.0" ThisBuild / crossScalaVersions := Seq(scala3, scala213, scala212) ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.2") From 919790a46af2bd25b2d9d7c9c1dc4d4196ac2da3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:07:32 +0000 Subject: [PATCH 11/20] Update scala-library to 2.13.12 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc43fd3f..ca070227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1, 2.13.11, 2.12.18] + scala: [3.3.1, 2.13.12, 2.12.18] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 1bbbab67..fb1a69a4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / tlBaseVersion := "1.5" lazy val scala212 = "2.12.18" -lazy val scala213 = "2.13.11" +lazy val scala213 = "2.13.12" lazy val scala3 = "3.3.1" ThisBuild / crossScalaVersions := Seq(scala3, scala213, scala212) ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.2") From 52dd3bdd2140bd21dd6e53748c4f7a255613dee9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:07:45 +0000 Subject: [PATCH 12/20] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca070227..84034b80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,32 +180,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJS) + - name: Download target directories (2.13.12, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS - - name: Inflate target directories (2.13.11, rootJS) + - name: Inflate target directories (2.13.12, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootJVM) + - name: Download target directories (2.13.12, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM - - name: Inflate target directories (2.13.11, rootJVM) + - name: Inflate target directories (2.13.12, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11, rootNative) + - name: Download target directories (2.13.12, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative - - name: Inflate target directories (2.13.11, rootNative) + - name: Inflate target directories (2.13.12, rootNative) run: | tar xf targets.tar rm targets.tar From e536878f8f333501e274bf56b2d3f776831c6d46 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Wed, 15 Nov 2023 17:59:29 -0500 Subject: [PATCH 13/20] Increase max heap size --- .jvmopts | 1 + 1 file changed, 1 insertion(+) create mode 100644 .jvmopts diff --git a/.jvmopts b/.jvmopts new file mode 100644 index 00000000..56aefe05 --- /dev/null +++ b/.jvmopts @@ -0,0 +1 @@ +-Xmx4G From 6b352adb959074d006d1b36fdfbf3b3e2bef0e5a Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:10:06 +0000 Subject: [PATCH 14/20] Update scalafmt-core to 3.7.17 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 53ed2701..0efee40c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.7.12 +version=3.7.17 runner.dialect = Scala213Source3 align.openParenCallSite = true align.openParenDefnSite = true From 5b83b955d9fc143fe78ebb3beec6dd29c5380a1f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:05:56 +0000 Subject: [PATCH 15/20] Update json4s-jackson, json4s-native to 4.0.7 --- benchmark/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index acffa16b..14aecd89 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -6,8 +6,8 @@ libraryDependencies ++= { if (scalaBinaryVersion.value.startsWith("2.12")) Seq( "io.argonaut" %% "argonaut" % "6.3.9", - "org.json4s" %% "json4s-native" % "4.0.6", - "org.json4s" %% "json4s-jackson" % "4.0.6", + "org.json4s" %% "json4s-native" % "4.0.7", + "org.json4s" %% "json4s-jackson" % "4.0.7", "com.typesafe.play" %% "play-json" % "2.10.3", "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", From 4bbefef36755f5ea4e7e68801293e298378c1180 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:06:40 +0000 Subject: [PATCH 16/20] Update sbt-jmh to 0.4.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b036963f..7497f135 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") From 0c39f7945ba5611d7fe13ef90232a621a76ee4b7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:31:16 +0000 Subject: [PATCH 17/20] Update sbt to 1.9.8 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e8a1e246..abbbce5d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8 From 5667e10d52fe37490a72b64a6d4d8662a7b72a75 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 08:06:49 +0000 Subject: [PATCH 18/20] Update jackson-annotations, jackson-core to 2.16.1 --- benchmark/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 14aecd89..099ef272 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -13,8 +13,8 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", "org.parboiled" %% "parboiled" % "2.5.1", - "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.3", - "com.fasterxml.jackson.core" % "jackson-core" % "2.15.3", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.16.1", + "com.fasterxml.jackson.core" % "jackson-core" % "2.16.1", "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", "com.google.code.gson" % "gson" % "2.10.1" ) From 2a19ed6bcfe5daf08e9d1e734259c475cbc69257 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:18:50 +0000 Subject: [PATCH 19/20] Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7497f135..83e379e4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") From 9ce683dfdb699545b50f2dc356710aeb5aa49e7c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 00:17:09 +0000 Subject: [PATCH 20/20] Update play-json to 2.10.4 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 14aecd89..572fa3de 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -8,7 +8,7 @@ libraryDependencies ++= { "io.argonaut" %% "argonaut" % "6.3.9", "org.json4s" %% "json4s-native" % "4.0.7", "org.json4s" %% "json4s-jackson" % "4.0.7", - "com.typesafe.play" %% "play-json" % "2.10.3", + "com.typesafe.play" %% "play-json" % "2.10.4", "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6",