From 18e81b0f20aeb100a061b975a8b07fd463449e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:10:04 +0000 Subject: [PATCH] Bump paper-api from 1.17-R0.1-SNAPSHOT to 1.17.1-R0.1-SNAPSHOT Bumps paper-api from 1.17-R0.1-SNAPSHOT to 1.17.1-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 081e209..e667f9c 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ repositories { dependencies { // compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' - compileOnly "io.papermc.paper:paper-api:1.17-R0.1-SNAPSHOT" + compileOnly "io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT" compileOnly 'com.github.soloserver-developers:SoloServerCore3:4.0.0' implementation 'org.jetbrains:annotations:21.0.1'