Skip to content

Commit

Permalink
downgrade teavm
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Dec 24, 2023
1 parent 4793025 commit 0ce1186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object LibExt {
const val groupId = "com.github.xpenatan.jParser"
const val exampleUseRepoLibs = false
const val gdxVersion = "1.12.1"
const val teaVMVersion = "0.10.0-dev-2"
const val teaVMVersion = "0.9.0"

private fun getVersion(): String {
var isRelease = System.getenv("RELEASE")
Expand Down

0 comments on commit 0ce1186

Please sign in to comment.