We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5892daa commit fcb317dCopy full SHA for fcb317d
build.sbt
@@ -139,7 +139,7 @@ lazy val `google-client` = crossProject(JVMPlatform)
139
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
140
addGoogleDep("com.google.cloud" % "google-cloud-bigquery" % "2.38.1"),
141
addGoogleDep("com.google.cloud" % "google-cloud-bigquerystorage" % "3.11.4"),
142
- "com.google.guava" % "guava" % "33.4.0-jre"
+ "com.google.guava" % "guava" % "33.4.8-jre"
143
),
144
Compile / doc / scalacOptions ++= Seq(
145
"-no-link-warnings" // Suppresses problems with Scaladoc @throws links
0 commit comments