Skip to content

Commit

Permalink
Update guava to 33.3.1-jre (#4133)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Nov 6, 2024
1 parent 546b52e commit fd47d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0")
// needed to override the Android flavor of Guava coming from pekko-grpc-sbt-plugin, which causes failures in Scala.JS builds
dependencyOverrides += "com.google.guava" % "guava" % "32.1.3-jre"
dependencyOverrides += "com.google.guava" % "guava" % "33.3.1-jre"

addDependencyTreePlugin

0 comments on commit fd47d76

Please sign in to comment.