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 committed Jan 12, 2024
1 parent ef2c0e6 commit 5a714a8
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 @@ -149,7 +149,7 @@ object Dependencies {
val bouncyCastleBcprov = "org.bouncycastle" % "bcprov-jdk15on" % bouncycastleVersion
val bouncyCastleBcpkix = "org.bouncycastle" % "bcpkix-jdk15on" % bouncycastleVersion

val guava = "com.google.guava" % "guava" % "31.1-jre"
val guava = "com.google.guava" % "guava" % "33.0.0-jre"

val kotlinXCoroutinesCore = "org.jetbrains.kotlinx" % "kotlinx-coroutines-core" % "1.7.1" pomOnly()
val kotlinXCoroutinesJdk8 = "org.jetbrains.kotlinx" % "kotlinx-coroutines-jdk8" % "1.7.1"
Expand Down

0 comments on commit 5a714a8

Please sign in to comment.