From 7f04e2f4644dbb15e127c6dbd3f64c21ba536a4c Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:07:35 +0000 Subject: [PATCH 01/26] Update sbt-scalafix to 0.12.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2508be85..f90b94e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.14.1") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13") From c0902325b31a903f1597cba770701e2188a4d4d1 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:07:35 +0000 Subject: [PATCH 02/26] Update sbt-version-policy to 3.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f90b94e9..a0d132d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0. addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0") +addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 9167cc6d43a9fdf6f6a67b246bce35d9efb52f56 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:07:35 +0000 Subject: [PATCH 03/26] Update fs2-core to 3.10.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 094a284d..fd87ee9e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -23,7 +23,7 @@ object Dependencies { ) lazy val `fs2-pubsub` = Seq( - "co.fs2" %% "fs2-core" % "3.9.4", + "co.fs2" %% "fs2-core" % "3.10.2", "com.permutive" %% "common-types-gcp-http4s" % "0.0.2", "io.circe" %% "circe-parser" % "0.14.6", "org.http4s" %% "http4s-circe" % "0.23.16", From 6f8270250c18ccb4c0d1786c514dae00aad41a1d Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:07:35 +0000 Subject: [PATCH 04/26] Update sbt-ci to 2.15.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a0d132d1..e6f9336d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.14.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.15.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.13") From a9629dcff8b4936b773cd34305868ee26bce799a Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:07:52 +0000 Subject: [PATCH 05/26] Run `sbt generateCiFiles` Executed command: sbt generateCiFiles --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3707eb12..444c661d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,9 @@ name: Release on: - workflow_dispatch: push: tags: [v*] + workflow_dispatch: jobs: release: @@ -92,4 +92,4 @@ jobs: message: Reset `versionPolicyIntention` [skip ci] branch: main - + \ No newline at end of file From feb9f2b51c26aaaa158d60a420549b577c6b9d3b Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:07:52 +0000 Subject: [PATCH 06/26] Update sbt-scalafix-defaults 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 e6f9336d..00a15f53 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.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.13") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.12.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.13.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1") addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.1") From 749cf5ac055a3453e0421c517f93ede341495959 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 07/26] Update pureconfig-http4s to 0.17.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index fd87ee9e..0811959d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,7 +38,7 @@ object Dependencies { ).map(_ % Test) lazy val `fs2-pubsub-pureconfig` = Seq( - "com.github.pureconfig" %% "pureconfig-http4s" % "0.17.5", + "com.github.pureconfig" %% "pureconfig-http4s" % "0.17.6", "com.permutive" %% "common-types-gcp-pureconfig" % "0.0.2" ) From d6d41e6e0958ab97d90fb1be0bd524ec4137caa1 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 08/26] Update proto-google-cloud-pubsub-v1 to 1.108.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0811959d..8683f87e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { lazy val `http4s-grpc` = "io.chrisdavenport" %% "http4s-grpc" % "0.0.4" lazy val grpc = Seq( - "com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.108.0", + "com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.108.6", "com.google.api.grpc" % "proto-google-common-protos" % "2.31.0", "com.google.protobuf" % "protobuf-java" % "3.25.2" ).map(_ % "protobuf-src" intransitive ()) ++ Seq( From 6aec09eabbad825338eeb31335698eb68afb3ff5 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 09/26] Update proto-google-common-protos to 2.39.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8683f87e..e3f1d9ca 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,7 @@ object Dependencies { lazy val grpc = Seq( "com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.108.6", - "com.google.api.grpc" % "proto-google-common-protos" % "2.31.0", + "com.google.api.grpc" % "proto-google-common-protos" % "2.39.1", "com.google.protobuf" % "protobuf-java" % "3.25.2" ).map(_ % "protobuf-src" intransitive ()) ++ Seq( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf" From c2041e3fe16e8e1feed5d2d948d25ef738566fb2 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 10/26] Update protobuf-java to 3.25.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e3f1d9ca..d57ae67c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,7 +17,7 @@ object Dependencies { lazy val grpc = Seq( "com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.108.6", "com.google.api.grpc" % "proto-google-common-protos" % "2.39.1", - "com.google.protobuf" % "protobuf-java" % "3.25.2" + "com.google.protobuf" % "protobuf-java" % "3.25.3" ).map(_ % "protobuf-src" intransitive ()) ++ Seq( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf" ) From 730bb48fb972169c0fb8a65da0ac88821f8dc82b Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 11/26] Update common-types-gcp-http4s to 0.1.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d57ae67c..813e0be6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Dependencies { lazy val `fs2-pubsub` = Seq( "co.fs2" %% "fs2-core" % "3.10.2", - "com.permutive" %% "common-types-gcp-http4s" % "0.0.2", + "com.permutive" %% "common-types-gcp-http4s" % "0.1.0", "io.circe" %% "circe-parser" % "0.14.6", "org.http4s" %% "http4s-circe" % "0.23.16", "org.http4s" %% "http4s-client" % "0.23.16", From 7822c19407d203262c5342993c7e1e6a924b4ec5 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 12/26] Update common-types-gcp-pureconfig to 0.1.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 813e0be6..fc7d91f2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -39,7 +39,7 @@ object Dependencies { lazy val `fs2-pubsub-pureconfig` = Seq( "com.github.pureconfig" %% "pureconfig-http4s" % "0.17.6", - "com.permutive" %% "common-types-gcp-pureconfig" % "0.0.2" + "com.permutive" %% "common-types-gcp-pureconfig" % "0.1.0" ) } From 8f0c1fdbd816c17132c15ce4939cf0050c2d5e17 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 13/26] Update gcp-auth to 0.3.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index fc7d91f2..cb8cb35e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { ExclusionRule(organization = "com.thesamet.scalapb", name = "lenses_2.13"), ExclusionRule(organization = "com.thesamet.scalapb", name = "scalapb-runtime_2.13") ), - "com.permutive" %% "gcp-auth" % "0.2.0", + "com.permutive" %% "gcp-auth" % "0.3.0", "org.http4s" %% "http4s-ember-client" % "0.23.25" ) From 3592c5a65e0c1071817dfdd8ce1098133feb8b2d Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 14/26] Update circe-parser to 0.14.7 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cb8cb35e..4b2d40f5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -25,7 +25,7 @@ object Dependencies { lazy val `fs2-pubsub` = Seq( "co.fs2" %% "fs2-core" % "3.10.2", "com.permutive" %% "common-types-gcp-http4s" % "0.1.0", - "io.circe" %% "circe-parser" % "0.14.6", + "io.circe" %% "circe-parser" % "0.14.7", "org.http4s" %% "http4s-circe" % "0.23.16", "org.http4s" %% "http4s-client" % "0.23.16", "org.http4s" %% "http4s-dsl" % "0.23.16" From 1752faabe1218981b596fcfbb38eccfe2491c06f Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 15/26] Update http4s-circe to 0.23.27 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4b2d40f5..a5fe6d56 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { "co.fs2" %% "fs2-core" % "3.10.2", "com.permutive" %% "common-types-gcp-http4s" % "0.1.0", "io.circe" %% "circe-parser" % "0.14.7", - "org.http4s" %% "http4s-circe" % "0.23.16", + "org.http4s" %% "http4s-circe" % "0.23.27", "org.http4s" %% "http4s-client" % "0.23.16", "org.http4s" %% "http4s-dsl" % "0.23.16" ) ++ Seq( From bca438fc921c3373c258db4ad7f5491bd996ee5b Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:19 +0000 Subject: [PATCH 16/26] Update http4s-client to 0.23.27 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a5fe6d56..3c565b34 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { "com.permutive" %% "common-types-gcp-http4s" % "0.1.0", "io.circe" %% "circe-parser" % "0.14.7", "org.http4s" %% "http4s-circe" % "0.23.27", - "org.http4s" %% "http4s-client" % "0.23.16", + "org.http4s" %% "http4s-client" % "0.23.27", "org.http4s" %% "http4s-dsl" % "0.23.16" ) ++ Seq( "com.dimafeng" %% "testcontainers-scala-munit" % "0.41.0", From 06cbe27878cbb9557966ce252f5aa9788e2f2922 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 17/26] Update http4s-dsl to 0.23.27 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3c565b34..c181334c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -28,7 +28,7 @@ object Dependencies { "io.circe" %% "circe-parser" % "0.14.7", "org.http4s" %% "http4s-circe" % "0.23.27", "org.http4s" %% "http4s-client" % "0.23.27", - "org.http4s" %% "http4s-dsl" % "0.23.16" + "org.http4s" %% "http4s-dsl" % "0.23.27" ) ++ Seq( "com.dimafeng" %% "testcontainers-scala-munit" % "0.41.0", "com.permutive" %% "gcp-auth" % "0.1.0", From f6726c0b0de5e30c5195edb725de4ec53baeec56 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 18/26] Update http4s-ember-client to 0.23.27 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c181334c..bb36a410 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { ExclusionRule(organization = "com.thesamet.scalapb", name = "scalapb-runtime_2.13") ), "com.permutive" %% "gcp-auth" % "0.3.0", - "org.http4s" %% "http4s-ember-client" % "0.23.25" + "org.http4s" %% "http4s-ember-client" % "0.23.27" ) lazy val `http4s-grpc` = "io.chrisdavenport" %% "http4s-grpc" % "0.0.4" @@ -32,7 +32,7 @@ object Dependencies { ) ++ Seq( "com.dimafeng" %% "testcontainers-scala-munit" % "0.41.0", "com.permutive" %% "gcp-auth" % "0.1.0", - "org.http4s" %% "http4s-ember-client" % "0.23.25", + "org.http4s" %% "http4s-ember-client" % "0.23.27", "org.slf4j" % "slf4j-nop" % "2.0.10", "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" ).map(_ % Test) From 1eb6bfca2facc936ba8915bae79024e0311cd27a Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 19/26] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1ac27bc6..381b1be8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / scalaVersion := "2.13.12" -ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.12", "3.3.1") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.None From eb64c694245fa56dca01028b5eeab33a81474e9c Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 20/26] Update scala-library to 2.13.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 381b1be8..32140e07 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ -ThisBuild / scalaVersion := "2.13.12" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.12", "3.3.1") +ThisBuild / scalaVersion := "2.13.14" +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.1") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.None From b17ca7a6a5113d5eaa2fa66728007d64b092a7ed Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 21/26] Update scala3-library to 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 32140e07..2fc0cb22 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / scalaVersion := "2.13.14" -ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.1") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3") ThisBuild / organization := "com.permutive" ThisBuild / versionPolicyIntention := Compatibility.None From 6d732e26424f8ff9c85518478e3b9349dd145140 Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 22/26] Update sbt to 1.9.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index abbbce5d..04267b14 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 From 428b4463b7450114aa9a5bf3c5e7e5f3d37d366b Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 23/26] Update slf4j-nop to 2.0.13 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bb36a410..7a903241 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -33,7 +33,7 @@ object Dependencies { "com.dimafeng" %% "testcontainers-scala-munit" % "0.41.0", "com.permutive" %% "gcp-auth" % "0.1.0", "org.http4s" %% "http4s-ember-client" % "0.23.27", - "org.slf4j" % "slf4j-nop" % "2.0.10", + "org.slf4j" % "slf4j-nop" % "2.0.13", "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" ).map(_ % Test) From e53fc1079efaff709dee35cfb8a139a6654431ad Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 24/26] Update munit-cats-effect to 2.0.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7a903241..fa8b4739 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { "com.permutive" %% "gcp-auth" % "0.1.0", "org.http4s" %% "http4s-ember-client" % "0.23.27", "org.slf4j" % "slf4j-nop" % "2.0.13", - "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" + "org.typelevel" %% "munit-cats-effect" % "2.0.0" ).map(_ % Test) lazy val `fs2-pubsub-pureconfig` = Seq( From f37e916d4bea55e81eb5f52cc4d63de3ddcf8eaa Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:09:20 +0000 Subject: [PATCH 25/26] Update sbt-tpolecat to 0.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 00a15f53..8f04a4e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3. addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") 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.0") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("io.chrisdavenport" % "sbt-http4s-grpc" % "0.0.4") From 67e81e65b845f9db7f47e4978f1b9417b106cc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Fri, 24 May 2024 13:58:26 +0200 Subject: [PATCH 26/26] Update Dependencies.scala MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández --- project/Dependencies.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index fa8b4739..45b5ec08 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { ExclusionRule(organization = "com.thesamet.scalapb", name = "lenses_2.13"), ExclusionRule(organization = "com.thesamet.scalapb", name = "scalapb-runtime_2.13") ), - "com.permutive" %% "gcp-auth" % "0.3.0", + "com.permutive" %% "gcp-auth" % "1.0.0", "org.http4s" %% "http4s-ember-client" % "0.23.27" ) @@ -24,14 +24,14 @@ object Dependencies { lazy val `fs2-pubsub` = Seq( "co.fs2" %% "fs2-core" % "3.10.2", - "com.permutive" %% "common-types-gcp-http4s" % "0.1.0", + "com.permutive" %% "common-types-gcp-http4s" % "1.0.0", "io.circe" %% "circe-parser" % "0.14.7", "org.http4s" %% "http4s-circe" % "0.23.27", "org.http4s" %% "http4s-client" % "0.23.27", "org.http4s" %% "http4s-dsl" % "0.23.27" ) ++ Seq( "com.dimafeng" %% "testcontainers-scala-munit" % "0.41.0", - "com.permutive" %% "gcp-auth" % "0.1.0", + "com.permutive" %% "gcp-auth" % "1.0.0", "org.http4s" %% "http4s-ember-client" % "0.23.27", "org.slf4j" % "slf4j-nop" % "2.0.13", "org.typelevel" %% "munit-cats-effect" % "2.0.0" @@ -39,7 +39,7 @@ object Dependencies { lazy val `fs2-pubsub-pureconfig` = Seq( "com.github.pureconfig" %% "pureconfig-http4s" % "0.17.6", - "com.permutive" %% "common-types-gcp-pureconfig" % "0.1.0" + "com.permutive" %% "common-types-gcp-pureconfig" % "1.0.0" ) }