update teavm

This commit is contained in:
Oliver Anderson 2024-05-16 11:53:16 -06:00 committed by GitHub
parent 551d26dfaa
commit 0d49722d21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
plugins { plugins {
id 'java' id 'java'
id 'eclipse' id 'eclipse'
id 'org.teavm' version '0.9.2' id 'org.teavm' version '0.9.3'
} }
sourceSets { sourceSets {