Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03c608a

Browse files
authoredOct 3, 2024··
Merge pull request #608 from scala-steward/update/guava-33.3.1-jre
Update guava to 33.3.1-jre
2 parents c8f95ce + b2382d7 commit 03c608a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5555
)
5656
)
5757
.jvmSettings(
58-
libraryDependencies += "com.google.guava" % "guava" % "33.3.0-jre" % "test"
58+
libraryDependencies += "com.google.guava" % "guava" % "33.3.1-jre" % "test"
5959
)
6060
.dependsOn(core % "compile->compile")
6161

0 commit comments

Comments
 (0)
Please sign in to comment.