Skip to content

Commit

Permalink
bump version of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 21, 2024
1 parent ff47249 commit d99370e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bukkit-java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'io.freefair.lombok' version '8.11'
id 'com.gradleup.shadow' version '8.3.2'
id 'io.github.revxrsal.zapper' version '1.0.1'
id 'io.github.revxrsal.zapper' version '1.0.2'
}

group = 'com.example'
Expand Down
2 changes: 1 addition & 1 deletion examples/bukkit-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("io.freefair.lombok") version "8.11"
id("com.gradleup.shadow") version "8.3.2"
id("io.github.revxrsal.zapper") version "1.0.1"
id("io.github.revxrsal.zapper") version "1.0.2"
kotlin("jvm")
}

Expand Down

0 comments on commit d99370e

Please sign in to comment.