Skip to content

Commit

Permalink
update teavm to 0.10.0-dev-2
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Nov 10, 2023
1 parent 9626d7e commit 28258bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object LibExt {
const val jUnitVersion = "4.12"
const val groupId = "com.github.xpenatan.jParser"
const val exampleUseRepoLibs = false
const val gdxVersion = "1.12.0"
const val teaVMVersion = "0.9.0-dev-7"
const val gdxVersion = "1.12.1"
const val teaVMVersion = "0.10.0-dev-2"

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

0 comments on commit 28258bd

Please sign in to comment.