Skip to content

Commit

Permalink
upgrade classgraph dependency to fix missing classes in completion (r…
Browse files Browse the repository at this point in the history
…eferences #63)
  • Loading branch information
joshtynjala committed Jan 19, 2022
1 parent 2fb4340 commit f45e4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation "org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.12.0"
implementation "org.apache.groovy:groovy:4.0.0-rc-2"
implementation "com.google.code.gson:gson:2.8.7"
implementation "io.github.classgraph:classgraph:4.8.108"
implementation "io.github.classgraph:classgraph:4.8.138"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
}
Expand Down

0 comments on commit f45e4a9

Please sign in to comment.