update JetBrains annotations

This commit is contained in:
dfsek 2021-11-24 15:22:50 -07:00
parent 8f4818709a
commit c57e55c286

View File

@ -40,7 +40,7 @@ fun Project.configureDependencies() {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.7.0")
compileOnly("org.jetbrains:annotations:20.1.0")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("com.google.guava:guava:30.0-jre")
testImplementation("com.google.guava:guava:30.0-jre")