Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed May 20, 2022
1 parent 6ec4138 commit d053466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ subprojects {
project.version = project.parent?.version!!

extra.apply {
// Avoid oCreek dependencies as it causes circular dependencies that make releasing tricky...
// Avoid Creek dependencies as it causes circular dependencies that make releasing tricky...

set("spotBugsVersion", "4.7.0") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("classGraphVersion", "4.8.143") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph
Expand Down

0 comments on commit d053466

Please sign in to comment.