From fd6309b0adfd7b9fb3986dd2abe13373d6d7fd32 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:14 +0000 Subject: [PATCH 01/13] Update sbt-scalafix to 0.14.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b7253b8..c85cd84 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.21.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") From 9220879b1b36852f5b17aa0132950f10bb7ff3d5 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:14 +0000 Subject: [PATCH 02/13] Update fs2-core to 3.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dad5feb..d8d310e 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val documentation = project lazy val refreshable = module .settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.13.0") .settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "3.6.2") - .settings(libraryDependencies += "co.fs2" %% "fs2-core" % "3.12.0") + .settings(libraryDependencies += "co.fs2" %% "fs2-core" % "3.12.2") .settings(libraryDependencies += "com.github.cb372" %% "cats-retry" % "3.1.3") .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.1.1" % Test) .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test) From f7ca01755f8401b5221e37d6c7b27d0fc55cb8bf Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:14 +0000 Subject: [PATCH 03/13] Update sbt-scalafix-defaults to 0.14.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c85cd84..d009869 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2. addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.14.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2") addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.2") From 0c3cdf472eedbe4f5878b845780f77c9293661a1 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:46 +0000 Subject: [PATCH 04/13] Update sbt-ci-release to 1.11.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d009869..ff1cb3d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0. addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2") addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.2") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") From 6618e7f27e73347943c049a129a6a80b6ccf705d Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:46 +0000 Subject: [PATCH 05/13] Update sbt-header to 5.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ff1cb3d..949ca6d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0. addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.2") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") From ed76ce363396527c99187bc515bb57a111f19043 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:46 +0000 Subject: [PATCH 06/13] Update scala-library to 2.13.18 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d8d310e..b27df27 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ -ThisBuild / scalaVersion := "2.13.16" -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6") +ThisBuild / scalaVersion := "2.13.18" +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.6") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible From 1706ff6d343dfcfdaae1ca64c67147214208eba3 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:46 +0000 Subject: [PATCH 07/13] Update scala3-compiler to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b27df27..cdce7d3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / scalaVersion := "2.13.18" -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.6") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.7") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible From 354bcfc1f95c416cee23fed9ae49dd11e2d251fc Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:46 +0000 Subject: [PATCH 08/13] Update sbt to 1.11.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index c02c575..01a16ed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.3 +sbt.version=1.11.7 From 82e5ba2b4175e039a1f5646ec0f9a17c4d32a895 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:47 +0000 Subject: [PATCH 09/13] Update munit to 1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cdce7d3..0cbb598 100644 --- a/build.sbt +++ b/build.sbt @@ -16,6 +16,6 @@ lazy val refreshable = module .settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "3.6.2") .settings(libraryDependencies += "co.fs2" %% "fs2-core" % "3.12.2") .settings(libraryDependencies += "com.github.cb372" %% "cats-retry" % "3.1.3") - .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.1.1" % Test) + .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.2.1" % Test) .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test) .settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test) From eba5e067a981c91ba97059dffe5ff253d39c73ba Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:47 +0000 Subject: [PATCH 10/13] Update sbt-mdoc to 2.8.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 949ca6d..c55683d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,5 +12,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1. addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") From c0e67d71659742080ad99d2787e91bd5358d455a Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:47 +0000 Subject: [PATCH 11/13] Update sbt-scalafmt to 2.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c55683d..ba9009c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,4 +13,4 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11. addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") From ec5cf82d6901cc8a25f7b93c9b9aa1f51047c155 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:47 +0000 Subject: [PATCH 12/13] Update cats-effect to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0cbb598..4cd40c1 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val documentation = project lazy val refreshable = module .settings(libraryDependencies += "org.typelevel" %% "cats-core" % "2.13.0") - .settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "3.6.2") + .settings(libraryDependencies += "org.typelevel" %% "cats-effect" % "3.6.3") .settings(libraryDependencies += "co.fs2" %% "fs2-core" % "3.12.2") .settings(libraryDependencies += "com.github.cb372" %% "cats-retry" % "3.1.3") .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.2.1" % Test) From ea983066361a60a115eafbd3efecc2837e49f1a9 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:13:47 +0000 Subject: [PATCH 13/13] Update cats-effect-testkit to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4cd40c1..5c598b9 100644 --- a/build.sbt +++ b/build.sbt @@ -18,4 +18,4 @@ lazy val refreshable = module .settings(libraryDependencies += "com.github.cb372" %% "cats-retry" % "3.1.3") .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.2.1" % Test) .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test) - .settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test) + .settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test)