From 065773c5b9fac4c970186412a5f07b6cf95ab75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:09:14 +0000 Subject: [PATCH] Bump EasySpigotAPI from 2.3.1 to 2.4.0 Bumps [EasySpigotAPI](https://github.com/sya-ri/EasySpigotAPI) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/sya-ri/EasySpigotAPI/releases) - [Commits](https://github.com/sya-ri/EasySpigotAPI/compare/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: com.github.sya-ri:EasySpigotAPI dependency-type: direct:production update-type: version-update:semver-minor ... 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..49f90c9 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.4.0") { exclude(group = "org.spigotmc", module = "spigot-api") exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib") }