Skip to content

Commit ecc916d

Browse files
authored
Merge pull request #692 from AVSystem/scala-steward-update/guava-33.4.6-jre
Guava 33.4.6
2 parents 49c23af + b83e9be commit ecc916d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Commons.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object Commons extends ProjectGroup("commons") {
2424
// option in IntelliJ's SBT settings.
2525
val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null
2626

27-
val guavaVersion = "33.4.0-jre"
27+
val guavaVersion = "33.4.6-jre"
2828
val jsr305Version = "3.0.2"
2929
val scalatestVersion = "3.2.19"
3030
val scalatestplusScalacheckVersion = "3.2.14.0"
@@ -266,7 +266,6 @@ object Commons extends ProjectGroup("commons") {
266266
jvmCommonSettings,
267267
sourceDirsSettings(_ / "jvm"),
268268
libraryDependencies ++= Seq(
269-
"com.google.code.findbugs" % "jsr305" % jsr305Version % Optional,
270269
"com.google.guava" % "guava" % guavaVersion % Optional,
271270
"io.monix" %% "monix" % monixVersion % Optional,
272271
),
@@ -292,6 +291,7 @@ object Commons extends ProjectGroup("commons") {
292291
sourceDirsSettings(_ / "jvm"),
293292
libraryDependencies ++= Seq(
294293
"com.google.guava" % "guava" % guavaVersion,
294+
"com.google.code.findbugs" % "jsr305" % jsr305Version % Optional,
295295
"io.monix" %% "monix" % monixVersion,
296296
"org.mongodb" % "mongodb-driver-core" % mongoVersion,
297297
"org.mongodb" % "mongodb-driver-sync" % mongoVersion % Optional,

0 commit comments

Comments
 (0)