@@ -24,7 +24,7 @@ object Commons extends ProjectGroup("commons") {
24
24
// option in IntelliJ's SBT settings.
25
25
val forIdeaImport : Boolean = System .getProperty(" idea.managed" , " false" ).toBoolean && System .getProperty(" idea.runid" ) == null
26
26
27
- val guavaVersion = " 33.4.0 -jre"
27
+ val guavaVersion = " 33.4.6 -jre"
28
28
val jsr305Version = " 3.0.2"
29
29
val scalatestVersion = " 3.2.19"
30
30
val scalatestplusScalacheckVersion = " 3.2.14.0"
@@ -266,7 +266,6 @@ object Commons extends ProjectGroup("commons") {
266
266
jvmCommonSettings,
267
267
sourceDirsSettings(_ / " jvm" ),
268
268
libraryDependencies ++= Seq (
269
- " com.google.code.findbugs" % " jsr305" % jsr305Version % Optional ,
270
269
" com.google.guava" % " guava" % guavaVersion % Optional ,
271
270
" io.monix" %% " monix" % monixVersion % Optional ,
272
271
),
@@ -292,6 +291,7 @@ object Commons extends ProjectGroup("commons") {
292
291
sourceDirsSettings(_ / " jvm" ),
293
292
libraryDependencies ++= Seq (
294
293
" com.google.guava" % " guava" % guavaVersion,
294
+ " com.google.code.findbugs" % " jsr305" % jsr305Version % Optional ,
295
295
" io.monix" %% " monix" % monixVersion,
296
296
" org.mongodb" % " mongodb-driver-core" % mongoVersion,
297
297
" org.mongodb" % " mongodb-driver-sync" % mongoVersion % Optional ,
0 commit comments