Skip to content

Commit fcb317d

Browse files
Update guava to 33.4.8-jre (#481)
1 parent 5892daa commit fcb317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ lazy val `google-client` = crossProject(JVMPlatform)
139139
"org.scalameta" %% "munit-scalacheck" % "1.2.0" % Test,
140140
addGoogleDep("com.google.cloud" % "google-cloud-bigquery" % "2.38.1"),
141141
addGoogleDep("com.google.cloud" % "google-cloud-bigquerystorage" % "3.11.4"),
142-
"com.google.guava" % "guava" % "33.4.0-jre"
142+
"com.google.guava" % "guava" % "33.4.8-jre"
143143
),
144144
Compile / doc / scalacOptions ++= Seq(
145145
"-no-link-warnings" // Suppresses problems with Scaladoc @throws links

0 commit comments

Comments
 (0)