Skip to content

Commit

Permalink
Fix scaladoc warnings (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
stIncMale authored Sep 23, 2024
1 parent 49f7eb4 commit 0630764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ archivesBaseName = 'mongo-scala-driver'
dependencies {
implementation project(path: ':bson-scala', configuration: 'default')
implementation project(path: ':driver-reactive-streams', configuration: 'default')
compileOnly 'com.google.code.findbugs:jsr305:1.3.9'

testImplementation project(':driver-sync')
testImplementation project(':bson').sourceSets.test.output
Expand Down

0 comments on commit 0630764

Please sign in to comment.