Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Warriorrrr committed Dec 13, 2022
1 parent 7508d79 commit 45fcc10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ repositories {
val townyVersion: String by project

dependencies {
compileOnly("org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("com.palmergames.bukkit.towny:towny:${townyVersion}")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.jetbrains:annotations:23.1.0")
implementation("net.wesjd:anvilgui:1.5.3-SNAPSHOT")
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
}

java.sourceCompatibility = JavaVersion.VERSION_17

tasks {
build {
assemble {
dependsOn(shadowJar)
}

Expand Down

0 comments on commit 45fcc10

Please sign in to comment.