diff --git a/assets/plugins/plugin-9patch-0.0.1.jar b/assets/plugins/plugin-9patch-0.0.1.jar index 7d5f657a..163cd6f9 100644 Binary files a/assets/plugins/plugin-9patch-0.0.1.jar and b/assets/plugins/plugin-9patch-0.0.1.jar differ diff --git a/assets/plugins/plugin-skin-composer-0.0.1.jar b/assets/plugins/plugin-skin-composer-0.0.1.jar index b4a00f45..e507dd72 100644 Binary files a/assets/plugins/plugin-skin-composer-0.0.1.jar and b/assets/plugins/plugin-skin-composer-0.0.1.jar differ diff --git a/assets/plugins/plugin-tiled-0.0.1.jar b/assets/plugins/plugin-tiled-0.0.1.jar index 4c0d77ad..72d3aefe 100644 Binary files a/assets/plugins/plugin-tiled-0.0.1.jar and b/assets/plugins/plugin-tiled-0.0.1.jar differ diff --git a/build.gradle b/build.gradle index 5049943f..c9eefe85 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath 'com.badlogicgames.gdx:gdx-tools:1.9.10' + classpath 'com.badlogicgames.gdx:gdx-tools:1.9.11' } } @@ -22,8 +22,8 @@ repositories { ext { appName = 'HyperLap2D' - gdxVersion = '1.9.10' - gdxVersionBeta = '1.9.11-SNAPSHOT' + gdxVersion = '1.9.11' + gdxVersionBeta = '1.9.11' box2dlightsVersion = '1.5' ashleyVersion = '1.7.3' spineVersion = '3.8.55.1' diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index c52006c4..15c2b922 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation project(":hyperlap2d-common-api") implementation project(":hyperlap2d-runtime-libgdx") - testCompile group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.12' } task dist(type: Jar) { diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index c52006c4..15c2b922 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation project(":hyperlap2d-common-api") implementation project(":hyperlap2d-runtime-libgdx") - testCompile group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.12' } task dist(type: Jar) { diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index a61d77ea..cc159238 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation "org.apache.commons:commons-io:1.3.2" - testCompile group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.12' } task dist(type: Jar) { diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index d5b2ace9..39a38e3f 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation project(":hyperlap2d-common-api") implementation project(":hyperlap2d-runtime-libgdx") - testCompile group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.12' } import com.badlogic.gdx.tools.texturepacker.TexturePacker