Skip to content

Commit f3a670f

Browse files
committed
Update gdx-teavm to 1.5.6 .
It is a minor bugfix release.
1 parent 56e37af commit f3a670f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/main/kotlin/gdx/liftoff/data/project

src/main/kotlin/gdx/liftoff/data/project/Data.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ data class AdvancedProjectData(
6666
/**
6767
* Version of xpenatan's TeaVM backend.
6868
*/
69-
val gdxTeaVMVersion: String = when (gdxVersion) { // 1.2.1 depends on libGDX 1.13.5, 1.2.0 keeps dep at 1.13.1, and 1.5.5 should be compatible with newer.
69+
val gdxTeaVMVersion: String = when (gdxVersion) {
70+
// 1.2.1 depends on libGDX 1.13.5, 1.2.0 keeps dep at 1.13.1, and 1.5.6 should be compatible with newer.
7071
"1.13.5" -> "1.2.1"
7172
"1.13.1" -> "1.2.0"
72-
else -> "1.5.5"
73+
else -> "1.5.6"
7374
}
7475
}
7576

0 commit comments

Comments
 (0)