Skip to content

Commit 56668f4

Browse files
committed
build: bump stonecutter to fix stale cache issues
1 parent 98dd305 commit 56668f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313
}
1414

1515
plugins {
16-
id("dev.kikugie.stonecutter") version "0.7-alpha.16"
16+
id("dev.kikugie.stonecutter") version "0.7-alpha.22"
1717
}
1818

1919
stonecutter {
@@ -27,11 +27,11 @@ stonecutter {
2727
}
2828
}
2929

30+
mc("1.21.6", loaders = listOf("fabric", "neoforge"))
3031
mc("1.21.5", loaders = listOf("fabric", "neoforge"))
3132
mc("1.21.4", loaders = listOf("fabric", "neoforge"))
3233
mc("1.21.3", loaders = listOf("fabric", "neoforge"))
3334
mc("1.21.1", loaders = listOf("fabric", "neoforge"))
34-
mc("1.21.6", loaders = listOf("fabric", "neoforge"))
3535
}
3636
}
3737
rootProject.name = "YetAnotherConfigLib"

0 commit comments

Comments
 (0)