From 89635282b4decf0a02df336964ef489a929953b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:32:24 +0000 Subject: [PATCH] build(deps): Bump fastlogin.velocity in /velocity Bumps fastlogin.velocity from 1.11-SNAPSHOT to 1.12-SNAPSHOT. --- updated-dependencies: - dependency-name: com.github.games647:fastlogin.velocity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- velocity/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 01a9157..b2642f3 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { compileOnly(project(":authmevelocity-api-velocity")) compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") compileOnly("com.github.4drian3d:MiniPlaceholders:1.3.1") - compileOnly("com.github.games647:fastlogin.velocity:1.11-SNAPSHOT") + compileOnly("com.github.games647:fastlogin.velocity:1.12-SNAPSHOT") shadow("net.byteflux:libby-velocity:1.1.5") shadow("org.bstats:bstats-velocity:3.0.0") annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")