Skip to content

Commit

Permalink
Update guava to 33.0.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and slandelle committed Dec 25, 2023
1 parent a2cec0d commit 6a597bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/project/PluginDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object PluginDependencies {
libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.8.0.202311291450-r", // sbt-scalafix
"ch.qos.logback" % "logback-core" % "1.4.14", // sbt-sonatype
"com.google.guava" % "guava" % "32.1.3-jre", // sbt-sonatype
"com.google.guava" % "guava" % "33.0.0-jre", // sbt-sonatype
"org.apache.httpcomponents" % "httpclient" % "4.5.14" // sbt-sonatype
)
)
Expand Down

0 comments on commit 6a597bd

Please sign in to comment.