Skip to content

Commit

Permalink
update teavm to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jan 10, 2024
1 parent e078896 commit ac74b4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac74b4e

Please sign in to comment.