Skip to content

Commit

Permalink
Update snakeyaml to 2.0 and PaperMC to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jun 9, 2023
1 parent 0c46fad commit a7fe678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom-newest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ bomGenerator {
excludeProject("bom-newest")

// Native Minecraft dependencies - locked at the version the game uses
includeDependency("org.yaml", "snakeyaml", "1.33")
includeDependency("org.yaml", "snakeyaml", "2.0")
includeDependency("com.google.code.gson", "gson", "2.10")
includeDependency("com.google.guava", "guava", "31.1-jre")
includeDependency("org.apache.logging.log4j", "log4j-api", "2.19.0")

// Paper
includeDependency("io.papermc.paper", "paper-api", "1.19.4-R0.1-SNAPSHOT")
includeDependency("io.papermc.paper", "paper-api", "1.20-R0.1-SNAPSHOT")

// Third party dependencies
includeDependency("org.checkerframework", "checker-qual", "3.35.0")
Expand Down

0 comments on commit a7fe678

Please sign in to comment.