Skip to content

Commit d84a64d

Browse files
authored
Merge pull request #47 from coffeemakr/bugfix-correct-dependency-for-annotaions
Include stopbugs annotations only
2 parents 5272468 + 665f382 commit d84a64d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation 'com.grack:nanojson:1.1'
1414
implementation 'org.jsoup:jsoup:1.9.2'
1515
implementation 'org.mozilla:rhino:1.7.7.1'
16-
implementation 'com.github.spotbugs:spotbugs:3.1.0'
16+
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0'
1717
testImplementation 'junit:junit:4.12'
1818
}
1919

0 commit comments

Comments
 (0)