Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 26, 2022
1 parent 3316a34 commit 12f592f
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 @@ -31,10 +31,10 @@ repositories {
}

dependencies {
compileOnly("io.papermc.paper", "paper-api", "1.19-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper", "paper-api", "1.19.2-R0.1-SNAPSHOT")

implementation("io.papermc", "paperlib", "1.0.8-SNAPSHOT")
implementation("xyz.jpenilla", "jmplib", "1.0.1+50-SNAPSHOT")
implementation("xyz.jpenilla", "jmplib", "1.0.1+51-SNAPSHOT")
implementation("org.bstats", "bstats-bukkit", "3.0.0")

implementation(platform("cloud.commandframework:cloud-bom:1.7.1"))
Expand Down Expand Up @@ -67,7 +67,7 @@ bukkit {

tasks {
runServer {
minecraftVersion("1.19.1")
minecraftVersion("1.19.2")
}
build {
dependsOn(shadowJar)
Expand Down

0 comments on commit 12f592f

Please sign in to comment.