Skip to content

Commit a06366f

Browse files
committed
Update some stuff for builds
1 parent b0213e9 commit a06366f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ plugins {
1818

1919
toolkitLoomHelper {
2020
useOneConfig {
21-
version = "1.0.0-alpha.54"
22-
loaderVersion = "1.1.0-alpha.35"
21+
version = "1.0.0-alpha.62"
22+
loaderVersion = "1.1.0-alpha.44"
2323

2424
usePolyMixin = true
2525
polyMixinVersion = "0.8.4+build.2"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ org.gradle.jvmargs=-Xmx2G
88

99
mod.name=ColorSaturation
1010
mod.id=colorsaturation
11-
mod.version=1.0.0
11+
mod.version=1.1.0-alpha.1
1212
mod.group=org.polyfrost

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424

2525
plugins {
2626
kotlin("jvm") version("2.0.0")
27-
id("dev.deftu.gradle.multiversion-root") version("2.18.1")
27+
id("dev.deftu.gradle.multiversion-root") version("2.22.0")
2828
}
2929
}
3030

0 commit comments

Comments
 (0)