Skip to content

Commit

Permalink
Merge pull request #375 from nrkno/update/guava-33.3.0-jre
Browse files Browse the repository at this point in the history
Update guava to 33.3.0-jre
  • Loading branch information
TSommerdal authored Sep 25, 2024
2 parents 4be1a83 + e3a3e41 commit b8719b6
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 @@ -141,7 +141,7 @@ lazy val `google-client` = crossProject(JVMPlatform)
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
addGoogleDep("com.google.cloud" % "google-cloud-bigquery" % "2.38.1"),
addGoogleDep("com.google.cloud" % "google-cloud-bigquerystorage" % "3.8.1"),
"com.google.guava" % "guava" % "33.2.1-jre"
"com.google.guava" % "guava" % "33.3.0-jre"
),
Compile / doc / scalacOptions ++= Seq(
"-no-link-warnings" // Suppresses problems with Scaladoc @throws links
Expand Down

0 comments on commit b8719b6

Please sign in to comment.