mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-03 13:38:21 +00:00
Merge pull request #2908 from IntellectualSites/dependabot/gradle/v5/org.yaml-snakeyaml-1.26
Bump snakeyaml from 1.25 to 1.26
This commit is contained in:
commit
03c889383b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ repositories {
|
|||
def textVersion = "3.0.2"
|
||||
|
||||
dependencies {
|
||||
implementation("org.yaml:snakeyaml:1.25")
|
||||
implementation("org.yaml:snakeyaml:1.26")
|
||||
implementation("com.google.code.gson:gson:2.8.6") {
|
||||
because("Minecraft uses GSON 2.8.0")
|
||||
force = true
|
||||
|
|
Loading…
Reference in a new issue