From 30dd07f9b4d91072be86666cc267eb6bc6cbe497 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Mon, 4 Feb 2019 17:08:02 +0200 Subject: [PATCH] Bumped plugin bridge version to 4.6.2 --- Plan/build.gradle | 4 ++-- PlanPluginBridge/pom.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 4ba318d37..e51a12805 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -12,7 +12,7 @@ allprojects { wrapper.gradleVersion = "5.0" group "com.djrapitops" - version "4.6.1-SNAPSHOT" + version "4.6.2-SNAPSHOT" test { testLogging { @@ -46,7 +46,7 @@ subprojects { ext.daggerCompilerVersion = "2.21" ext.abstractPluginFrameworkVersion = "3.4.1" - ext.planPluginBridgeVersion = "4.6.1" + ext.planPluginBridgeVersion = "4.6.2" ext.bukkitVersion = "1.12.2-R0.1-SNAPSHOT" ext.spigotVersion = "1.12.2-R0.1-SNAPSHOT" diff --git a/PlanPluginBridge/pom.xml b/PlanPluginBridge/pom.xml index a5c77bb7b..1a84ccfe7 100644 --- a/PlanPluginBridge/pom.xml +++ b/PlanPluginBridge/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.djrapitops PlanPluginBridge - 4.6.1 + 4.6.2 jar ${project.groupId}:${project.artifactId} @@ -132,6 +132,13 @@ jar provided + + + com.google.dagger + dagger + 2.20 + +