Skip to content

Commit

Permalink
Update Dependencies.scala
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <[email protected]>
  • Loading branch information
alejandrohdezma authored May 24, 2024
1 parent f37e916 commit 67e81e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand All @@ -24,22 +24,22 @@ 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"
).map(_ % Test)

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"
)

}

0 comments on commit 67e81e6

Please sign in to comment.