Skip to content

Commit 9193a41

Browse files
Merge pull request #551 from permutive-engineering/update/all
Dependency Updates
2 parents a2066b5 + fbae7dd commit 9193a41

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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.17"
22
ThisBuild / crossScalaVersions := Seq("2.13.17", "3.3.7")
33
ThisBuild / organization := "com.permutive"
4-
ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ object Dependencies {
99
ExclusionRule(organization = "com.thesamet.scalapb", name = "scalapb-runtime_2.13")
1010
),
1111
"com.permutive" %% "gcp-auth" % "2.1.0",
12-
"org.http4s" %% "http4s-ember-client" % "0.23.32"
12+
"org.http4s" %% "http4s-ember-client" % "0.23.33"
1313
)
1414

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.0",
19-
"com.google.api.grpc" % "proto-google-common-protos" % "2.62.0",
20-
"com.google.protobuf" % "protobuf-java" % "4.33.0"
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",
20+
"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
)
@@ -26,13 +26,13 @@ object Dependencies {
2626
"co.fs2" %% "fs2-core" % "3.12.2",
2727
"com.permutive" %% "common-types-gcp-http4s" % "1.2.1",
2828
"io.circe" %% "circe-parser" % "0.14.15",
29-
"org.http4s" %% "http4s-circe" % "0.23.32",
30-
"org.http4s" %% "http4s-client" % "0.23.32",
31-
"org.http4s" %% "http4s-dsl" % "0.23.32"
29+
"org.http4s" %% "http4s-circe" % "0.23.33",
30+
"org.http4s" %% "http4s-client" % "0.23.33",
31+
"org.http4s" %% "http4s-dsl" % "0.23.33"
3232
) ++ Seq(
3333
"com.dimafeng" %% "testcontainers-scala-munit" % "0.43.6",
3434
"com.permutive" %% "gcp-auth" % "2.1.0",
35-
"org.http4s" %% "http4s-ember-client" % "0.23.32",
35+
"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)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.
1313
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
1414
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
1515
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")
16-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
16+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
1717
addSbtPlugin("io.chrisdavenport" % "sbt-http4s-grpc" % "0.0.4")

0 commit comments

Comments
 (0)