Skip to content

Commit

Permalink
Merge pull request #3 from jacoobes/dependabot/gradle/main/io.papermc…
Browse files Browse the repository at this point in the history
….paper-paper-api-1.20.5-R0.1-SNAPSHOT

deps: bump io.papermc.paper:paper-api from 1.20.4-R0.1-SNAPSHOT to 1.20.5-R0.1-SNAPSHOT
  • Loading branch information
jacoobes authored May 5, 2024
2 parents f170359 + 9993c08 commit 429ba03
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 @@ -55,11 +55,11 @@ repositories {
}

dependencies {
compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3'
implementation 'io.papermc:paperlib:1.0.8'
antlr "org.antlr:antlr4:4.7" // use ANTLR version 4
testImplementation 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT'
testImplementation 'io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2'
}
Expand Down

0 comments on commit 429ba03

Please sign in to comment.