Skip to content

Commit f139cfa

Browse files
Merge pull request #554 from permutive-engineering/update/all
Dependency Updates
2 parents fa0fb27 + bb46d5f commit f139cfa

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
ref: ${{ github.head_ref }}
3232
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -68,7 +68,7 @@ jobs:
6868
- 25
6969
steps:
7070
- name: Checkout project
71-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
71+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272
with:
7373
ref: ${{ github.head_ref }}
7474
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -78,7 +78,7 @@ jobs:
7878
uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7
7979

8080
- name: Run Coursier Setup Action
81-
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
81+
uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2
8282
with:
8383
jvm: liberica:${{ matrix.jdk }}
8484
apps: sbt

.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
with:
3737
fetch-depth: 0
3838

@@ -44,7 +44,7 @@ jobs:
4444
uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7
4545

4646
- name: Run Coursier Setup Action
47-
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
47+
uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2
4848
with:
4949
jvm: liberica:11
5050
apps: sbt
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout project
68-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
68+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969
with:
7070
fetch-depth: 0
7171
ref: main
@@ -75,7 +75,7 @@ jobs:
7575
uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7
7676

7777
- name: Run Coursier Setup Action
78-
uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9
78+
uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2
7979
with:
8080
jvm: liberica:17
8181
apps: sbt

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ThisBuild / scalaVersion := "2.13.18"
22
ThisBuild / crossScalaVersions := Seq("2.13.18", "3.3.7")
33
ThisBuild / organization := "com.permutive"
4-
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
4+
ThisBuild / versionPolicyIntention := Compatibility.None
55

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

project/Dependencies.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ object Dependencies {
1515
lazy val `http4s-grpc` = "io.chrisdavenport" %% "http4s-grpc" % "0.0.4"
1616

1717
lazy val grpc = Seq(
18-
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.125.1",
19-
"com.google.api.grpc" % "proto-google-common-protos" % "2.63.1",
18+
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.130.0",
19+
"com.google.api.grpc" % "proto-google-common-protos" % "2.63.2",
2020
"com.google.protobuf" % "protobuf-java" % "3.25.8" // scala-steward:off
2121
).map(_ % "protobuf-src" intransitive ()) ++ Seq(
2222
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
2323
)
2424

2525
lazy val `fs2-pubsub` = Seq(
2626
"co.fs2" %% "fs2-core" % "3.12.2",
27-
"com.permutive" %% "common-types-gcp-http4s" % "1.2.1",
27+
"com.permutive" %% "common-types-gcp-http4s" % "2.0.0",
2828
"io.circe" %% "circe-parser" % "0.14.15",
2929
"org.http4s" %% "http4s-circe" % "0.23.33",
3030
"org.http4s" %% "http4s-client" % "0.23.33",
@@ -39,7 +39,7 @@ object Dependencies {
3939

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

4545
}

project/build.properties

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

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5")
2-
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.22.0")
2+
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "3.0.0")
33
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2")
44
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.13.0")
55
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.13.0")
66
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.14.0")
77
addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.2")
8-
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.2")
8+
addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.5.0")
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")

0 commit comments

Comments
 (0)