File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -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 ,
You can’t perform that action at this time.
0 commit comments