Skip to content

Commit

Permalink
Declare explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Aug 16, 2024
1 parent f7140cf commit 28b4139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,7 @@ lazy val `scio-google-cloud-platform` = project
libraryDependencies ++= Seq(
// compile
"com.esotericsoftware" % "kryo-shaded" % kryoVersion,
"com.google.api" % "api-common" % gcpBom.key.value,
"com.google.api" % "gax" % gcpBom.key.value,
"com.google.api" % "gax-grpc" % gcpBom.key.value,
"com.google.api-client" % "google-api-client" % gcpBom.key.value,
Expand Down

0 comments on commit 28b4139

Please sign in to comment.