Skip to content

Commit 3d2e1f3

Browse files
committed
Updated dependencies and added new Maven repository
Added `https://repo.thenextlvl.net/snapshots` to repositories. Updated `net.thenextlvl.core:paper` to version `2.3.0-pre1` in plugin and API modules.
1 parent 59be123 commit 3d2e1f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

api/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ repositories {
2121
maven("https://maven.enginehub.org/repo/")
2222
maven("https://repo.papermc.io/repository/maven-public/")
2323
maven("https://repo.thenextlvl.net/releases")
24+
maven("https://repo.thenextlvl.net/snapshots")
2425
}
2526

2627
dependencies {
2728
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core")
2829
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") { isTransitive = false }
2930
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
31+
32+
compileOnly("net.thenextlvl.core:paper:2.3.0-pre1")
3033

3134
implementation("net.thenextlvl.core:nbt:2.3.2")
3235
implementation("net.thenextlvl.core:files:3.0.0")

plugin/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ repositories {
2828
maven("https://repo.nexomc.com/snapshots")
2929
maven("https://repo.papermc.io/repository/maven-public/")
3030
maven("https://repo.thenextlvl.net/releases")
31+
maven("https://repo.thenextlvl.net/snapshots")
3132
}
3233

3334
dependencies {
@@ -43,7 +44,7 @@ dependencies {
4344
implementation("net.thenextlvl.core:files:3.0.0")
4445
implementation("net.thenextlvl.core:i18n:3.2.0")
4546
implementation("net.thenextlvl.core:nbt:2.3.2")
46-
implementation("net.thenextlvl.core:paper:2.2.1")
47+
implementation("net.thenextlvl.core:paper:2.3.0-pre1")
4748
}
4849

4950
tasks.shadowJar {

0 commit comments

Comments
 (0)