Skip to content

Commit dc180d9

Browse files
Change to new artifact
1 parent 74ab875 commit dc180d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/scripts/dependencies.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply from: 'gradle/scripts/helpers.gradle'
22

33
repositories {
4+
mavenCentral()
45
// Other repositories described by default:
56
// CleanroomMC: https://maven.cleanroommc.com
67
maven {
@@ -19,7 +20,7 @@ dependencies {
1920
compileOnly "com.cleanroommc:lwjglx:1.0.0"
2021

2122

22-
contain "org.scala-lang:scala3-library_3:${mod_version}"
23+
contain "org.scala-lang:scala-library:${mod_version}"
2324
// Example - Dependency descriptor:
2425
// 'com.google.code.gson:gson:2.8.6' << group: com.google.code.gson, name:gson, version:2.8.6
2526
// 'group:name:version:classifier' where classifier is optional

0 commit comments

Comments
 (0)