Skip to content

Commit

Permalink
Merge pull request #99 from strykeforce/release
Browse files Browse the repository at this point in the history
Sync up release version
  • Loading branch information
jhh committed Nov 20, 2022
2 parents 30cf3ba + 5926ef0 commit e9d9d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ plugins {
id "java"
id "idea"
id "maven-publish"
id "org.jetbrains.kotlin.jvm" version "1.7.20"
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"
id "edu.wpi.first.GradleRIO" version "2022.4.1"
id "com.diffplug.spotless" version "6.11.0"
}

group = "org.strykeforce"
version = "22.2.1"
version = "22.2.2"

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit e9d9d6d

Please sign in to comment.