We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ab875 commit dc180d9Copy full SHA for dc180d9
gradle/scripts/dependencies.gradle
@@ -1,6 +1,7 @@
1
apply from: 'gradle/scripts/helpers.gradle'
2
3
repositories {
4
+ mavenCentral()
5
// Other repositories described by default:
6
// CleanroomMC: https://maven.cleanroommc.com
7
maven {
@@ -19,7 +20,7 @@ dependencies {
19
20
compileOnly "com.cleanroommc:lwjglx:1.0.0"
21
22
- contain "org.scala-lang:scala3-library_3:${mod_version}"
23
+ contain "org.scala-lang:scala-library:${mod_version}"
24
// Example - Dependency descriptor:
25
// 'com.google.code.gson:gson:2.8.6' << group: com.google.code.gson, name:gson, version:2.8.6
26
// 'group:name:version:classifier' where classifier is optional
0 commit comments