Skip to content

Commit 0630764

Browse files
authored
Fix scaladoc warnings (#1507)
1 parent 49f7eb4 commit 0630764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: driver-scala/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ archivesBaseName = 'mongo-scala-driver'
2121
dependencies {
2222
implementation project(path: ':bson-scala', configuration: 'default')
2323
implementation project(path: ':driver-reactive-streams', configuration: 'default')
24+
compileOnly 'com.google.code.findbugs:jsr305:1.3.9'
2425

2526
testImplementation project(':driver-sync')
2627
testImplementation project(':bson').sourceSets.test.output

0 commit comments

Comments
 (0)