Skip to content

Commit

Permalink
Merge pull request #318 from nrkno/update/google-cloud-bigquerystorag…
Browse files Browse the repository at this point in the history
…e-3.5.0

Update google-cloud-bigquerystorage to 3.5.0
  • Loading branch information
hamnis committed Apr 29, 2024
2 parents 5761a19 + a05e5fd commit cc2e550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ lazy val `google-client` = crossProject(JVMPlatform)
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
addGoogleDep("com.google.cloud" % "google-cloud-bigquery" % "2.38.1"),
addGoogleDep("com.google.cloud" % "google-cloud-bigquerystorage" % "3.4.0"),
addGoogleDep("com.google.cloud" % "google-cloud-bigquerystorage" % "3.5.0"),
"com.google.guava" % "guava" % "33.1.0-jre"
),
Compile / doc / scalacOptions ++= Seq(
Expand Down

0 comments on commit cc2e550

Please sign in to comment.