Skip to content

Commit 1bc98f6

Browse files
committed
Fix maven coordinates typo
1 parent b83208d commit 1bc98f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/scripts/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
// Include StripLatestForgeRequirements by default for the dev env, saves everyone a hassle
3333
runtimeOnly 'com.cleanroommc:strip-latest-forge-requirements:1.0'
3434
// Include OSXNarratorBlocker by default for the dev env, for M1+ Macs
35-
runtimeOnly 'com.cleanroommc:osx-narrator-blocker:1.0'
35+
runtimeOnly 'com.cleanroommc:osxnarratorblocker:1.0'
3636

3737
// Example - Dependency descriptor:
3838
// 'com.google.code.gson:gson:2.8.6' << group: com.google.code.gson, name:gson, version:2.8.6

0 commit comments

Comments
 (0)