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 30cf3ba commit 5926ef0Copy full SHA for 5926ef0
build.gradle
@@ -4,14 +4,14 @@ plugins {
4
id "java"
5
id "idea"
6
id "maven-publish"
7
- id "org.jetbrains.kotlin.jvm" version "1.7.20"
8
- id "com.google.devtools.ksp" version "1.7.20-1.0.8"
+ id "org.jetbrains.kotlin.jvm" version "1.7.21"
+ id "com.google.devtools.ksp" version "1.7.21-1.0.8"
9
id "edu.wpi.first.GradleRIO" version "2022.4.1"
10
id "com.diffplug.spotless" version "6.11.0"
11
}
12
13
group = "org.strykeforce"
14
-version = "22.2.1"
+version = "22.2.2"
15
16
sourceCompatibility = JavaVersion.VERSION_11
17
targetCompatibility = JavaVersion.VERSION_11
0 commit comments