From 73cde988c9b32b870e543364d526979f12190c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 06:10:42 +0000 Subject: [PATCH] Bump EasySpigotAPI from 2.3.1 to 2.3.2 Bumps [EasySpigotAPI](https://github.com/sya-ri/EasySpigotAPI) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/sya-ri/EasySpigotAPI/releases) - [Commits](https://github.com/sya-ri/EasySpigotAPI/compare/v2.3.1...v2.3.2) 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 7df2a74..5de14bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ subprojects { Project.Core -> { shadowImplementation(kotlin("stdlib-jdk8")) shadowApi(project(":common")) - shadowApi("com.github.sya-ri:EasySpigotAPI:2.3.1") { + shadowApi("com.github.sya-ri:EasySpigotAPI:2.3.2") { exclude(group = "org.spigotmc", module = "spigot-api") exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib") }