Skip to content

Commit

Permalink
Update guava to 33.4.0-jre (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Dec 17, 2024
1 parent 42acc17 commit 1dab4dd
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.6")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1")
// 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" % "33.3.1-jre"
dependencyOverrides += "com.google.guava" % "guava" % "33.4.0-jre"

addDependencyTreePlugin

0 comments on commit 1dab4dd

Please sign in to comment.