From 26e3d63edf3cd3aece97dd0594c6bb1025e15efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:45:46 +0000 Subject: [PATCH] build(deps): Bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.20.1-R0.1-SNAPSHOT to 1.20.2-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a0a73fe..3824ec9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ repositories { } dependencies { - val paperVersion = "1.20.1-R0.1-SNAPSHOT" + val paperVersion = "1.20.2-R0.1-SNAPSHOT" val rushyApiVersion = "2.1.0" val commandApiVersion = "9.1.0" val coroutineVersion = "1.7.3"