Skip to content

Commit a5800b0

Browse files
authored
Merge pull request #653 from scala-steward/update/guava-33.4.8-jre
Update guava to 33.4.8-jre
2 parents 0cdc99b + 0e8f54f commit a5800b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.4.6-jre" % "test"
58+
libraryDependencies += "com.google.guava" % "guava" % "33.4.8-jre" % "test"
5959
)
6060
.dependsOn(core % "compile->compile")
6161

0 commit comments

Comments
 (0)