Skip to content

Commit

Permalink
Fix Kotlin DSL maven coordinates in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD authored Jan 14, 2024
1 parent 9ad825c commit 641809b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ repositories {
maven("https://maven.su5ed.dev/releases")
}
dependencies {
compileOnly("dev.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION")
runtimeOnly(fg.deobf("dev.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION"))
compileOnly("dev.su5ed.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION")
runtimeOnly(fg.deobf("dev.su5ed.sinytra.fabric-api:fabric-api:FABRIC_API_VERSION"))
}
```

Expand Down

0 comments on commit 641809b

Please sign in to comment.