Skip to content

Commit

Permalink
Updated Bukkit API to 1.19 + app version changed to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikonardo committed Jun 25, 2022
1 parent d7e912c commit 22b6bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.voxelhax"
version = "1.0.4"
version = "1.0.5"

repositories {
mavenCentral()
Expand All @@ -22,7 +22,7 @@ repositories {

dependencies {
testImplementation(kotlin("test"))
implementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")
implementation("org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT")
implementation("com.rikonardo.cafebabe:CafeBabe:1.0.1")
implementation("org.javassist:javassist:3.29.0-GA")
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta6")
Expand Down

0 comments on commit 22b6bc9

Please sign in to comment.