Skip to content

Commit

Permalink
👷 Update Paper repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Romitou committed Feb 2, 2025
1 parent 004f20f commit ee4df90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ version '2.3.2'
repositories {
mavenCentral()
maven { url = 'https://repo.destroystokyo.com/repository/maven-public/' }
maven { url = 'https://papermc.io/repo/repository/maven-public/' }
maven { url = 'https://repo.papermc.io/repository/maven-public/' }
maven { url = 'https://jitpack.io' }
}

dependencies {
implementation group: 'org.mongodb', name: 'mongodb-driver-reactivestreams', version: '5.3.1'
compileOnly group: 'io.papermc.paper', name: 'paper-api', version: '1.21.4-R0.1-SNAPSHOT'
compileOnly group: 'com.github.SkriptLang', name: 'Skript', version: '2.10.0', {
compileOnly group: 'com.github.SkriptLang', name: 'Skript', version: '2.10.1', {
exclude module: 'Vault'
exclude module: 'worldguard'
exclude module: 'worldguard-legacy'
Expand Down

0 comments on commit ee4df90

Please sign in to comment.