Skip to content

Commit b92a12c

Browse files
Merge pull request #553 from permutive-engineering/update/all
Dependency Updates
2 parents 17abd8b + 0beca1d commit b92a12c

File tree

7 files changed

+33
-22
lines changed

7 files changed

+33
-22
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout project
29-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030
with:
3131
ref: ${{ github.head_ref }}
3232
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -64,17 +64,19 @@ jobs:
6464
jdk:
6565
- 11
6666
- 17
67+
- 21
68+
- 25
6769
steps:
6870
- name: Checkout project
69-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7072
with:
7173
ref: ${{ github.head_ref }}
7274
repository: ${{ github.event.pull_request.head.repo.full_name }}
7375
fetch-depth: 0
7476

7577
- name: Run Coursier Cache Action
76-
uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.7
77-
78+
uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7
79+
7880
- name: Run Coursier Setup Action
7981
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
8082
with:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout project
35-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3636
with:
3737
fetch-depth: 0
3838

@@ -41,7 +41,7 @@ jobs:
4141
uses: alejandrohdezma/actions/check-semver-tag@v1
4242

4343
- name: Run Coursier Cache Action
44-
uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.7
44+
uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7
4545

4646
- name: Run Coursier Setup Action
4747
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
@@ -65,14 +65,14 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout project
68-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6969
with:
7070
fetch-depth: 0
7171
ref: main
7272
ssh-key: ${{ secrets.GIT_DEPLOY_KEY }}
7373

7474
- name: Run Coursier Cache Action
75-
uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.7
75+
uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7
7676

7777
- name: Run Coursier Setup Action
7878
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ project/.bloop/
3838
.bsp
3939
*.metals
4040
.metals/
41+
.mcp.json
4142
**/metals.sbt
4243
project/metals.sbt
4344

@@ -70,6 +71,14 @@ tags
7071

7172
.vscode
7273

74+
### Cursor ###
75+
76+
.cursor
77+
78+
### Claude ###
79+
80+
.claude
81+
7382
### Docusaurus ###
7483

7584
.docusaurus

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ThisBuild / scalaVersion := "2.13.17"
2-
ThisBuild / crossScalaVersions := Seq("2.13.17", "3.3.7")
1+
ThisBuild / scalaVersion := "2.13.18"
2+
ThisBuild / crossScalaVersions := Seq("2.13.18", "3.3.7")
33
ThisBuild / organization := "com.permutive"
4-
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
4+
ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
55

66
addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; publishLocal; +test")
77
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll")

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ object Dependencies {
3030
"org.http4s" %% "http4s-client" % "0.23.33",
3131
"org.http4s" %% "http4s-dsl" % "0.23.33"
3232
) ++ Seq(
33-
"com.dimafeng" %% "testcontainers-scala-munit" % "0.43.6",
33+
"com.dimafeng" %% "testcontainers-scala-munit" % "0.44.1",
3434
"com.permutive" %% "gcp-auth" % "2.1.0",
3535
"org.http4s" %% "http4s-ember-client" % "0.23.33",
3636
"org.slf4j" % "slf4j-nop" % "2.0.17",
3737
"org.typelevel" %% "munit-cats-effect" % "2.1.0"
3838
).map(_ % Test)
3939

4040
lazy val `fs2-pubsub-pureconfig` = Seq(
41-
"com.github.pureconfig" %% "pureconfig-http4s" % "0.17.9",
41+
"com.github.pureconfig" %% "pureconfig-http4s" % "0.17.10",
4242
"com.permutive" %% "common-types-gcp-pureconfig" % "1.2.1"
4343
)
4444

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.7
1+
sbt.version=1.12.3

project/plugins.sbt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")
2-
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.21.0")
1+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5")
2+
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.22.0")
33
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2")
4-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0")
5-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0")
4+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.13.0")
5+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.13.0")
66
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.14.0")
7-
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1")
7+
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.2")
88
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2")
99
addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.2")
1010
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
1111
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
12-
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
12+
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
1313
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
14-
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
15-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")
14+
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")
15+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2")
1616
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
1717
addSbtPlugin("io.chrisdavenport" % "sbt-http4s-grpc" % "0.0.4")

0 commit comments

Comments
 (0)