Update VisUI to 1.4.5-SNAPSHOT

This commit is contained in:
fgnm
2020-06-30 21:25:23 +02:00
parent f1df2f953c
commit 9c8ef909ec
6 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -9,11 +9,12 @@ ext {
gdxVersion = '1.9.10'
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.3'
visUIVersion = '1.4.4'
visUIVersion = '1.4.5-SNAPSHOT'
}
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {