Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Apr 30, 2024
1 parent 582bbe9 commit 0111e38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@ java {
}

group = "net.thenextlvl.worlds"
version = "1.2.0"
version = "1.2.0-pre1"

repositories {
mavenCentral()
maven("https://repo.thenextlvl.net/releases")
maven("https://repo.thenextlvl.net/snapshots")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")

implementation("net.thenextlvl.core:nbt:1.3.10")
implementation("net.thenextlvl.core:files:1.0.4")
implementation("net.thenextlvl.core:nbt:1.4.0")
implementation("net.thenextlvl.core:files:1.0.5-pre2")
implementation("net.thenextlvl.core:adapters:1.0.9")

annotationProcessor("org.projectlombok:lombok:1.18.32")
Expand Down
8 changes: 4 additions & 4 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ repositories {
dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")

implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("org.incendo:cloud-paper:2.0.0-beta.5")
implementation("org.incendo:cloud-minecraft-extras:2.0.0-beta.5")

implementation(project(":api"))
implementation("net.thenextlvl.core:nbt:1.3.10")
implementation("net.thenextlvl.core:files:1.0.4")
implementation("net.thenextlvl.core:nbt:1.4.0")
implementation("net.thenextlvl.core:files:1.0.5-pre2")
implementation("net.thenextlvl.core:i18n:1.0.15")
implementation("net.thenextlvl.core:paper:1.2.6")
implementation("net.thenextlvl.core:paper:1.3.0-pre1")
implementation("net.thenextlvl.core:adapters:1.0.9")

annotationProcessor("org.projectlombok:lombok:1.18.32")
Expand Down

0 comments on commit 0111e38

Please sign in to comment.