Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JLyne committed Dec 21, 2023
1 parent e656c29 commit 6bf6ba3
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 16 deletions.
61 changes: 53 additions & 8 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions PlatformDetection-paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {
dependencies {
implementation project(':PlatformDetection-common')

compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.3'
compileOnly 'org.geysermc.floodgate:api:2.2.0-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.5'
compileOnly 'org.geysermc.floodgate:api:2.2.2-SNAPSHOT'
compileOnly 'org.vivecraft:Vivecraft_Spigot_Extensions:1.19.4-1'
}

Expand Down
2 changes: 1 addition & 1 deletion PlatformDetection-paper/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PlatformDetection
version: @project.version@
main: uk.co.notnull.platformdetection.PlatformDetectionPaper
author: Jim (NotKatuen)
api-version: 1.19
api-version: 1.20
load: STARTUP
description: Detects the platform/mod players are using
depend: [PlaceholderAPI]
Expand Down
6 changes: 3 additions & 3 deletions PlatformDetection-velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ plugins {
dependencies {
implementation project(':PlatformDetection-common')

compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT'
compileOnly 'com.velocitypowered:velocity-api:3.3.0-SNAPSHOT'
compileOnly 'uk.co.notnull:VivecraftVelocityExtensions:1.1'
compileOnly 'org.geysermc.floodgate:api:2.2.0-SNAPSHOT'
compileOnly 'org.geysermc.floodgate:api:2.2.2-SNAPSHOT'

annotationProcessor 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT'
annotationProcessor 'com.velocitypowered:velocity-api:3.3.0-SNAPSHOT'
}

tasks {
Expand Down
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ subprojects {
mavenLocal()
mavenCentral()

// Adventure-bom snapshots required for velocity 3.3.0
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots"
}

maven {
url 'https://repo.not-null.co.uk/releases/'
}
Expand All @@ -39,7 +44,7 @@ subprojects {
}

maven {
url 'https://repo.opencollab.dev/maven-snapshots/'
url 'https://repo.opencollab.dev/main/'
}
}

Expand Down

0 comments on commit 6bf6ba3

Please sign in to comment.