Skip to content

Commit

Permalink
Merge pull request #37 from TheNextLvl-net/deps
Browse files Browse the repository at this point in the history
Update repository URL and bump dependency version
  • Loading branch information
NonSwag authored Jan 6, 2025
2 parents e6db4b3 + df9f919 commit c89f2e1
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 c89f2e1

Please sign in to comment.