Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Updates #538

Merged
merged 26 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7f04e2f
Update sbt-scalafix to 0.12.1
permutive-steward[bot] May 24, 2024
c090232
Update sbt-version-policy to 3.2.1
permutive-steward[bot] May 24, 2024
9167cc6
Update fs2-core to 3.10.2
permutive-steward[bot] May 24, 2024
6f82702
Update sbt-ci to 2.15.0
permutive-steward[bot] May 24, 2024
a9629dc
Run `sbt generateCiFiles`
permutive-steward[bot] May 24, 2024
feb9f2b
Update sbt-scalafix-defaults to 0.13.0
permutive-steward[bot] May 24, 2024
749cf5a
Update pureconfig-http4s to 0.17.6
permutive-steward[bot] May 24, 2024
d6d41e6
Update proto-google-cloud-pubsub-v1 to 1.108.6
permutive-steward[bot] May 24, 2024
6aec09e
Update proto-google-common-protos to 2.39.1
permutive-steward[bot] May 24, 2024
c2041e3
Update protobuf-java to 3.25.3
permutive-steward[bot] May 24, 2024
730bb48
Update common-types-gcp-http4s to 0.1.0
permutive-steward[bot] May 24, 2024
7822c19
Update common-types-gcp-pureconfig to 0.1.0
permutive-steward[bot] May 24, 2024
8f0c1fd
Update gcp-auth to 0.3.0
permutive-steward[bot] May 24, 2024
3592c5a
Update circe-parser to 0.14.7
permutive-steward[bot] May 24, 2024
1752faa
Update http4s-circe to 0.23.27
permutive-steward[bot] May 24, 2024
bca438f
Update http4s-client to 0.23.27
permutive-steward[bot] May 24, 2024
06cbe27
Update http4s-dsl to 0.23.27
permutive-steward[bot] May 24, 2024
f6726c0
Update http4s-ember-client to 0.23.27
permutive-steward[bot] May 24, 2024
1eb6bfc
Update scala-library to 2.12.19
permutive-steward[bot] May 24, 2024
eb64c69
Update scala-library to 2.13.14
permutive-steward[bot] May 24, 2024
b17ca7a
Update scala3-library to 3.3.3
permutive-steward[bot] May 24, 2024
6d732e2
Update sbt to 1.9.9
permutive-steward[bot] May 24, 2024
428b446
Update slf4j-nop to 2.0.13
permutive-steward[bot] May 24, 2024
e53fc10
Update munit-cats-effect to 2.0.0
permutive-steward[bot] May 24, 2024
f37e916
Update sbt-tpolecat to 0.5.1
permutive-steward[bot] May 24, 2024
67e81e6
Update Dependencies.scala
alejandrohdezma May 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
name: Release

on:
workflow_dispatch:
push:
tags: [v*]
workflow_dispatch:

jobs:
release:
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
message: Reset `versionPolicyIntention` [skip ci]
branch: main



4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
ThisBuild / organization := "com.permutive"
ThisBuild / versionPolicyIntention := Compatibility.None

Expand Down
34 changes: 17 additions & 17 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@ 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",
"org.http4s" %% "http4s-ember-client" % "0.23.25"
"com.permutive" %% "gcp-auth" % "1.0.0",
"org.http4s" %% "http4s-ember-client" % "0.23.27"
)

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-common-protos" % "2.31.0",
"com.google.protobuf" % "protobuf-java" % "3.25.2"
"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.3"
).map(_ % "protobuf-src" intransitive ()) ++ Seq(
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
)

lazy val `fs2-pubsub` = Seq(
"co.fs2" %% "fs2-core" % "3.9.4",
"com.permutive" %% "common-types-gcp-http4s" % "0.0.2",
"io.circe" %% "circe-parser" % "0.14.6",
"org.http4s" %% "http4s-circe" % "0.23.16",
"org.http4s" %% "http4s-client" % "0.23.16",
"org.http4s" %% "http4s-dsl" % "0.23.16"
"co.fs2" %% "fs2-core" % "3.10.2",
"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",
"org.http4s" %% "http4s-ember-client" % "0.23.25",
"org.slf4j" % "slf4j-nop" % "2.0.10",
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4"
"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"
).map(_ % Test)

lazy val `fs2-pubsub-pureconfig` = Seq(
"com.github.pureconfig" %% "pureconfig-http4s" % "0.17.5",
"com.permutive" %% "common-types-gcp-pureconfig" % "0.0.2"
"com.github.pureconfig" %% "pureconfig-http4s" % "0.17.6",
"com.permutive" %% "common-types-gcp-pureconfig" % "1.0.0"
)

}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.9.9
10 changes: 5 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.14.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.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")
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")
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("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
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")