Skip to content

Commit

Permalink
Revert decapitalization of dep names
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Oct 22, 2023
1 parent b2cbe7e commit 9b5528c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minchat-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies {
implementation("io.ktor", "ktor-client-content-negotiation", ktorVersion)
implementation("io.ktor", "ktor-serialization-kotlinx-json", ktorVersion)

compileOnly("com.github.anuken.arc", "arc-core", "v146")
compileOnly("com.github.anuken", "mindustry", "v146")
compileOnly("com.github.Anuken.Arc", "arc-core", "v146")
compileOnly("com.github.Anuken", "Mindustry", "v146")

// For the new-console integration
compileOnly("com.github.mnemotechnician", "new-console", "v1.9.0.2")
Expand Down

0 comments on commit 9b5528c

Please sign in to comment.