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 diff --git a/build.sbt b/build.sbt index dad5feb..f09b451 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.21", "2.13.18", "3.3.7") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible @@ -13,9 +13,9 @@ 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 += "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.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) + .settings(libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test) 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 diff --git a/project/plugins.sbt b/project/plugins.sbt index b7253b8..8c9ff08 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,16 +1,16 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.21.0") +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-header" % "0.12.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") +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.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") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +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.scalameta" % "sbt-mdoc" % "2.7.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")