This repository was archived by the owner on Nov 23, 2021. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.github.jengelman.gradle.plugins:shadow:5.2 .0'
11
+ classpath ' com.github.jengelman.gradle.plugins:shadow:6.1 .0'
12
12
classpath ' gradle.plugin.net.minecrell:licenser:0.4.1'
13
13
}
14
14
}
@@ -32,10 +32,10 @@ subprojects {
32
32
}
33
33
34
34
dependencies {
35
- implementation ' org.jetbrains:annotations:16.0.3 '
35
+ implementation ' org.jetbrains:annotations:20.1.0 '
36
36
37
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.1 '
38
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.6.1 '
37
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.0 '
38
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7.0 '
39
39
}
40
40
41
41
group = project. pluginGroup
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation project(' :debuggery-common' )
10
- implementation(' com.destroystokyo.paper:paper-api:1.15.2 -R0.1-SNAPSHOT' ) {
10
+ implementation(' com.destroystokyo.paper:paper-api:1.16.4 -R0.1-SNAPSHOT' ) {
11
11
exclude group : ' junit' // provides conflicting APIs for our test implementations
12
12
exclude group : ' com.google.code.findbugs' // provides conflicting nullability annotations
13
13
}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ repositories {
11
11
12
12
dependencies {
13
13
implementation project(' :debuggery-common' )
14
- implementation ' com.velocitypowered:velocity-api:1.0.5 '
15
- annotationProcessor ' com.velocitypowered:velocity-api:1.0.5 '
14
+ implementation ' com.velocitypowered:velocity-api:1.1.1 '
15
+ annotationProcessor ' com.velocitypowered:velocity-api:1.1.1 '
16
16
17
17
testImplementation project (path : " :debuggery-common" , configuration : ' testArtifacts' )
18
18
}
You can’t perform that action at this time.
0 commit comments