Skip to content

Commit

Permalink
Make TeaVM version match what gdx-teavm uses.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Apr 13, 2024
1 parent c4f5659 commit cd189fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/gdx/liftoff/data/project/Data.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data class AdvancedProjectData(
*/
val teaVMVersion: String
get() = Repository.MavenCentral.getLatestVersion(group = "org.teavm", name = "teavm-core")
?: "0.10.0-dev-5"
?: "0.9.2"

/**
* Version of the Gretty Gradle plugin used to serve compiled JavaScript applications.
Expand Down

0 comments on commit cd189fd

Please sign in to comment.