Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Dec 2, 2024
1 parent 6e1aeae commit a858eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import org.gradle.api.Project

object BuildConfig {
val MINECRAFT_VERSION: String = "1.21.3"
val NEOFORGE_VERSION: String = "21.3.40-beta"
val NEOFORGE_VERSION: String = "21.3.56"
val FABRIC_LOADER_VERSION: String = "0.16.9"
val FABRIC_API_VERSION: String = "0.109.0+1.21.3"
val FABRIC_API_VERSION: String = "0.110.0+1.21.3"

// This value can be set to null to disable Parchment.
// TODO: Re-add Parchment
Expand Down

0 comments on commit a858eba

Please sign in to comment.