We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scaladoc
1 parent 49f7eb4 commit 0630764Copy full SHA for 0630764
driver-scala/build.gradle
@@ -21,6 +21,7 @@ archivesBaseName = 'mongo-scala-driver'
21
dependencies {
22
implementation project(path: ':bson-scala', configuration: 'default')
23
implementation project(path: ':driver-reactive-streams', configuration: 'default')
24
+ compileOnly 'com.google.code.findbugs:jsr305:1.3.9'
25
26
testImplementation project(':driver-sync')
27
testImplementation project(':bson').sourceSets.test.output
0 commit comments