diff --git a/build.gradle b/build.gradle index 4892ad2..c5943ba 100644 --- a/build.gradle +++ b/build.gradle @@ -56,12 +56,12 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.3' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.3' - testImplementation 'io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3' }