Skip to content

Commit 5b4a75d

Browse files
committed
Bump dependencies
1 parent d98c30d commit 5b4a75d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
object BuildConfig {
44
val MINECRAFT_VERSION: String = "1.21.8"
5-
val NEOFORGE_VERSION: String = "21.8.13"
6-
val FABRIC_LOADER_VERSION: String = "0.16.14"
7-
val FABRIC_API_VERSION: String = "0.129.0+1.21.8"
5+
val NEOFORGE_VERSION: String = "21.8.46"
6+
val FABRIC_LOADER_VERSION: String = "0.17.2"
7+
val FABRIC_API_VERSION: String = "0.133.4+1.21.8"
88

99
// This value can be set to null to disable Parchment.
1010
val PARCHMENT_VERSION: String? = null

0 commit comments

Comments
 (0)