Skip to content

Commit 75cb4ca

Browse files
committed
Bump DGT, OneConfig and OneConfig loader
1 parent 4c3ea31 commit 75cb4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import dev.deftu.gradle.utils.GameSide
55
plugins {
66
java
77
kotlin("jvm") version("2.0.0")
8-
val dgtVersion = "2.17.0"
8+
val dgtVersion = "2.22.0"
99
id("dev.deftu.gradle.tools") version(dgtVersion) // Applies several configurations to things such as the Java version, project name/version, etc.
1010
id("dev.deftu.gradle.tools.resources") version(dgtVersion) // Applies resource processing so that we can replace tokens, such as our mod name/version, in our resources.
1111
id("dev.deftu.gradle.tools.bloom") version(dgtVersion) // Applies the Bloom plugin, which allows us to replace tokens in our source files, such as being able to use `@MOD_VERSION` in our source files.
@@ -16,8 +16,8 @@ plugins {
1616

1717
toolkitLoomHelper {
1818
useOneConfig {
19-
version = "1.0.0-alpha.55"
20-
loaderVersion = "1.1.0-alpha.38"
19+
version = "1.0.0-alpha.58"
20+
loaderVersion = "1.1.0-alpha.44"
2121

2222
usePolyMixin = true
2323
polyMixinVersion = "0.8.4+build.2"

0 commit comments

Comments
 (0)