We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b27325 commit 684939cCopy full SHA for 684939c
1 file changed
buildSrc/src/main/kotlin/dependencies.gradle.kts
@@ -5,6 +5,7 @@ plugins {
5
repositories {
6
// Other repositories described by default:
7
// CleanroomMC: https://maven.cleanroommc.com
8
+ mavenCentral()
9
maven {
10
name = "CurseMaven"
11
setUrl("https://curse.cleanroommc.com")
@@ -21,7 +22,7 @@ repositories {
21
22
}
23
dependencies {
24
compileOnly("com.cleanroommc:sponge-mixin:0.20.12+mixin.0.8.7")
- implementation("io.github.chaosunity.forgelin:Forgelin-Continuous:2.3.0.0")
25
+ implementation("io.github.chaosunity.forgelin:Forgelin-Continuous:2.3.10.0")
26
if (propertyBool("enable_lwjglx")) {
27
compileOnly("com.cleanroommc:lwjglx:1.0.0")
28
0 commit comments