We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd65a7 commit c4b0825Copy full SHA for c4b0825
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = 'org.strykeforce'
11
-version = '20.3.2'
+version = '20.4.2'
12
13
sourceCompatibility = JavaVersion.VERSION_11
14
targetCompatibility = JavaVersion.VERSION_11
@@ -51,7 +51,7 @@ dependencies {
51
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.+"
52
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.+"
53
54
- compileOnly 'org.jetbrains:annotations:15.0'
+ api 'org.jetbrains:annotations:20.1.0'
55
56
57
java {
0 commit comments