@@ -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