Skip to content

Commit

Permalink
fix support with WM
Browse files Browse the repository at this point in the history
  • Loading branch information
CJCrafter committed Mar 13, 2023
1 parent fe08fbf commit 5946641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

group = "me.cjcrafter"
version = "1.0.0"
version = "1.0.1"

plugins {
`java-library`
Expand Down Expand Up @@ -40,9 +40,9 @@ repositories {
}

dependencies {
compileOnly("org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT")
compileOnly("me.deecaad:mechanicscore:1.5.6")
compileOnly("me.deecaad:weaponmechanics:1.11.7")
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("me.deecaad:mechanicscore:2.1.6")
compileOnly("me.deecaad:weaponmechanics:2.1.8")
implementation("org.bstats:bstats-bukkit:3.0.0")
}

Expand Down

0 comments on commit 5946641

Please sign in to comment.