From 4084d5ee7aadc3c0cf1dd9f60f36bec4928c96d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 07:30:51 +0000 Subject: [PATCH] Bump EasySpigotAPI from 2.3.1 to 2.3.4 Bumps [EasySpigotAPI](https://github.com/sya-ri/EasySpigotAPI) from 2.3.1 to 2.3.4. - [Release notes](https://github.com/sya-ri/EasySpigotAPI/releases) - [Commits](https://github.com/sya-ri/EasySpigotAPI/compare/v2.3.1...v2.3.4) --- updated-dependencies: - dependency-name: com.github.sya-ri:EasySpigotAPI 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 7df2a74..e6a0989 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.4") { exclude(group = "org.spigotmc", module = "spigot-api") exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib") }