Skip to content

Commit

Permalink
Update guava to 30.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 24, 2020
1 parent 614553a commit 8a79de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Dependencies {
val googleServicemanagement: ModuleID = "com.google.apis" % "google-api-services-servicemanagement" % s"v1-rev359-$googleV"
val googleIam: ModuleID = "com.google.apis" % "google-api-services-iam" % s"v1-rev215-$googleV"
val googleBigQuery: ModuleID = "com.google.apis" % "google-api-services-bigquery" % s"v2-rev377-$googleV"
val googleGuava: ModuleID = "com.google.guava" % "guava" % "22.0"
val googleGuava: ModuleID = "com.google.guava" % "guava" % "30.0-jre"
val googleRpc: ModuleID = "io.grpc" % "grpc-core" % "1.33.1" //old google libraries relies on older version of grpc

val googleRpc2: ModuleID = "io.grpc" % "grpc-core" % "1.28.1"
Expand Down

0 comments on commit 8a79de8

Please sign in to comment.