Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Bump net.minecrell.plugin-yml.bungee from 0.3.0 to 0.4.0 #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump net.minecrell.plugin-yml.bungee from 0.3.0 to 0.4.0
Bumps net.minecrell.plugin-yml.bungee from 0.3.0 to 0.4.0.

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored May 5, 2021
commit 3a3f483ed63b87db1c4b5b639ee082473010bc06
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import org.jlleitschuh.gradle.ktlint.KtlintExtension
plugins {
kotlin("jvm") version "1.4.30"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
id("net.minecrell.plugin-yml.bungee") version "0.3.0" apply false
id("net.minecrell.plugin-yml.bungee") version "0.4.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
}