Skip to content

Commit

Permalink
fix build.gradel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya246 committed Jun 11, 2023
1 parent 796b0e7 commit 5fb3b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repositories{
}

dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:master-SNAPSHOT"
compileOnly "com.github.Anuken.MindustryJitpack:core:main-SNAPSHOT"
compileOnly "com.github.Anuken.MindustryJitpack:server:main-SNAPSHOT"
def version = "v143"
compileOnly "com.github.Anuken.Arc:arc-core:$version"
compileOnly "com.github.Anuken.Mindustry:core:$version"
}

jar{
Expand Down

0 comments on commit 5fb3b6e

Please sign in to comment.