Skip to content

Commit

Permalink
update 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Nov 25, 2024
1 parent 1c2ed0e commit df04472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
}
group = 'top.mrxiaom'
version = '1.2.1'
version = '1.2.2'

repositories {
mavenCentral()
Expand All @@ -13,6 +13,7 @@ repositories {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.6'
implementation 'org.jetbrains:annotations:24.0.0'
}

def targetJavaVersion = 8
Expand Down

0 comments on commit df04472

Please sign in to comment.