Skip to content

Commit

Permalink
Update repository URL and bump dependency version
Browse files Browse the repository at this point in the history
Updated the PaperMC repository URL to its new location. Incremented the `net.thenextlvl.core:files` dependency version from 2.0.0 to 2.0.1 to include latest fixes or features.
  • Loading branch information
NonSwag committed Jan 6, 2025
1 parent e6db4b3 commit df9f919
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 @@ -24,7 +24,7 @@ tasks.compileJava {
repositories {
mavenCentral()
maven("https://repo.thenextlvl.net/releases")
maven("https://papermc.io/repo/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
}

dependencies {
Expand All @@ -33,7 +33,7 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.36")

implementation("net.thenextlvl.core:i18n:1.0.20")
implementation("net.thenextlvl.core:files:2.0.0")
implementation("net.thenextlvl.core:files:2.0.1")
implementation("net.thenextlvl.core:paper:2.0.3")
implementation("org.bstats:bstats-bukkit:3.1.0")
implementation(project(":api"))
Expand Down

0 comments on commit df9f919

Please sign in to comment.