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 0ca071e commit e6ccbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1"
val NEOFORGE_VERSION: String = "21.1.46"
val FABRIC_LOADER_VERSION: String = "0.16.4"
val FABRIC_API_VERSION: String = "0.103.0+1.21.1"
val NEOFORGE_VERSION: String = "21.1.83"
val FABRIC_LOADER_VERSION: String = "0.16.9"
val FABRIC_API_VERSION: String = "0.110.0+1.21.1"

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

0 comments on commit e6ccbe8

Please sign in to comment.