From b546ec4472e66f931181d5d4692af77bcd8fec14 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:20 +0000 Subject: [PATCH 01/20] Update sbt-scalafix to 0.14.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b7253b8..1f780cd 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.5") 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 26f24c1cb6a5db8b0de9448920f1f5801a2fe445 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:20 +0000 Subject: [PATCH 02/20] 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 83e3254e429d3b0e43ea4d1d2b1dff40b07ee4ec Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:20 +0000 Subject: [PATCH 03/20] Update sbt-ci to 2.22.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1f780cd..c9fa9da 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.21.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.22.0") 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") From 3d1393329b1f5a82f9b0fc8d9e9111f7d70e13cd Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:43 +0000 Subject: [PATCH 04/20] Run `sbt generateCiFiles` Executed command: sbt generateCiFiles --- .github/workflows/ci.yml | 10 ++++++---- .github/workflows/release.yml | 8 ++++---- .gitignore | 9 +++++++++ 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5179e4d..a674151 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -64,17 +64,19 @@ jobs: jdk: - 11 - 17 + - 21 + - 25 steps: - name: Checkout project - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Run Coursier Cache Action - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.7 - + uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7 + - name: Run Coursier Setup Action uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68ad050..6724850 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: uses: alejandrohdezma/actions/check-semver-tag@v1 - name: Run Coursier Cache Action - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.7 + uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7 - name: Run Coursier Setup Action uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 @@ -65,14 +65,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 0 ref: main ssh-key: ${{ secrets.GIT_DEPLOY_KEY }} - name: Run Coursier Cache Action - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.7 + uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7 - name: Run Coursier Setup Action uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 diff --git a/.gitignore b/.gitignore index c7fe899..6982105 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ project/.bloop/ .bsp *.metals .metals/ +.mcp.json **/metals.sbt project/metals.sbt @@ -70,6 +71,14 @@ tags .vscode +### Cursor ### + +.cursor + +### Claude ### + +.claude + ### Docusaurus ### .docusaurus From 7d4f959a740e6caa8fbad75ff4887ef682076a0e Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:43 +0000 Subject: [PATCH 05/20] Update sbt-github-header to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c9fa9da..e7d9c43 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0. addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.22.0") 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-github-header" % "0.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.1") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2") From f6c538d33e36fcd22aad25b1f84876b32660d1e9 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:43 +0000 Subject: [PATCH 06/20] Update sbt-github-mdoc to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e7d9c43..5e82b16 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.22.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2") -addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.1") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") From f3e307d8f14d004d413dd5d3d00ac49ac535aecf Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:43 +0000 Subject: [PATCH 07/20] 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 5e82b16..de9a502 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.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.13.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 b48682b9a73bcc119f91899d08491f25f224a9e3 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:29:53 +0000 Subject: [PATCH 08/20] Update sbt-scalafmt-defaults to 0.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index de9a502..3a124e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0. addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.14.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.2") 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") From f977ef5a6466b027093b1d46badf000afff8cec4 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 09/20] 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 3a124e2..487af86 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 119e99fec574c289eec8ed3ae4b3d6baa06db4c7 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 10/20] 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 487af86..e85da75 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 2552d1a46c0ca65a9bdf15228014df1ab7a86b77 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 11/20] Update scala-library to 2.12.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8d310e..69c0668 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 / crossScalaVersions := Seq("2.12.21", "2.13.16", "3.3.6") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible From b6bf86197e2b93abcf0ded7b71cfc8ed69635bf6 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 12/20] 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 69c0668..9ae78ca 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ -ThisBuild / scalaVersion := "2.13.16" -ThisBuild / crossScalaVersions := Seq("2.12.21", "2.13.16", "3.3.6") +ThisBuild / scalaVersion := "2.13.18" +ThisBuild / crossScalaVersions := Seq("2.12.21", "2.13.18", "3.3.6") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible From cb31c736dff8141010bb85229d32f76e71923355 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 13/20] 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 9ae78ca..6dc91d1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / scalaVersion := "2.13.18" -ThisBuild / crossScalaVersions := Seq("2.12.21", "2.13.18", "3.3.6") +ThisBuild / crossScalaVersions := Seq("2.12.21", "2.13.18", "3.3.7") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible From 1c720b3c418bffafad2dd6423527a8c2752d399c Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 14/20] 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 a7c98c799ece67f62221356ad6729b8bafa48148 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 15/20] Update munit to 1.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6dc91d1..308ca22 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.2" % Test) .settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.1.0" % Test) .settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test) From 89b2b6074931dbc374158af3423de265fb439a87 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 16/20] Update sbt-mdoc to 2.8.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e85da75..cbf1e4e 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.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") From 023a729c2ff33482940b73f21f9cbbe5d19b0a67 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 17/20] 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 cbf1e4e..6f2d28f 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.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") From 0e90a340d1a674f9e7bd3afb1bde7d2b60cc3ebf Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 18/20] 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 308ca22..69f48f5 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.2" % Test) From 8d914c2edaff9be0c005004ca1a7d05b0ebeff15 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 19/20] 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 69f48f5..f09b451 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.2" % 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) From de01c9bf1b0bddcb6ac6f7fce0e2629ba4fad2fd Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 05:30:03 +0000 Subject: [PATCH 20/20] Update sbt-tpolecat to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6f2d28f..8c9ff08 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,6 +11,6 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3. addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") 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.typelevel" % "sbt-tpolecat" % "0.5.3") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")