Skip to content

Commit

Permalink
Depending on github version of Ashley... RIP
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin.sciesinski committed Jan 21, 2021
1 parent 6104a87 commit 742c3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
apply plugin: "maven-publish"

group = "com.gempukku.libgdx.lib"
version = '0.1.9'
version = '0.1.10'
ext {
appName = "Libgdx Graph"
gdxVersion = '1.9.12'
Expand Down Expand Up @@ -64,7 +64,7 @@ project(":libgdx-gemp-lib-ashley") {

dependencies {
implementation project(":libgdx-gemp-lib")
api "com.badlogicgames.ashley:ashley:$ashleyVersion"
api 'com.github.libgdx:ashley:d4dc6d4f9c'

testImplementation 'junit:junit:4.13'
testImplementation "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
Expand Down

0 comments on commit 742c3ff

Please sign in to comment.