diff --git a/CHANGES.md b/CHANGES.md index 9e396fce..21ef7ddf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ - add TeaClassFilter printAllowedClasses() and printExcludedClasses() - add TeaReflectionSupplier.printReflectionClasses() - Change exclude class comparison to regex -- Downgrade teavm version to 9.0.0 +- Downgrade teavm dev 0.10.X version to 0.9.2 release version [1.0.0-b8] - Fix MMB code diff --git a/build.gradle.kts b/build.gradle.kts index 09041187..ed047e0d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,10 +18,6 @@ subprojects { maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") } maven { url = uri("https://oss.sonatype.org/content/repositories/releases/") } maven { url = uri("https://oss.sonatype.org/content/repositories/releases/") } - maven { - url = uri("http://teavm.org/maven/repository/") - isAllowInsecureProtocol = true - } maven { url = uri("https://jitpack.io") } } diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 32545895..1617fa66 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -3,7 +3,7 @@ object LibExt { val libVersion: String = getVersion("1.0.0", "b9") const val gdxVersion = "1.12.1" - const val teaVMVersion = "0.9.0" + const val teaVMVersion = "0.9.2" const val gdxImGuiVersion = "1.0.0-SNAPSHOT" const val gdxMultiViewVersion = "1.0.0-SNAPSHOT"