Skip to content

Commit 684939c

Browse files
Update Forgelin
1 parent 4b27325 commit 684939c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildSrc/src/main/kotlin/dependencies.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
repositories {
66
// Other repositories described by default:
77
// CleanroomMC: https://maven.cleanroommc.com
8+
mavenCentral()
89
maven {
910
name = "CurseMaven"
1011
setUrl("https://curse.cleanroommc.com")
@@ -21,7 +22,7 @@ repositories {
2122
}
2223
dependencies {
2324
compileOnly("com.cleanroommc:sponge-mixin:0.20.12+mixin.0.8.7")
24-
implementation("io.github.chaosunity.forgelin:Forgelin-Continuous:2.3.0.0")
25+
implementation("io.github.chaosunity.forgelin:Forgelin-Continuous:2.3.10.0")
2526
if (propertyBool("enable_lwjglx")) {
2627
compileOnly("com.cleanroommc:lwjglx:1.0.0")
2728
}

0 commit comments

Comments
 (0)