Updated SCG to version 1.2.1

This fixes that all expressions are supported.
This commit is contained in:
Speiger 2022-12-13 13:34:11 +01:00
parent 290e626f07
commit 6005d0fd39
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ configurations {
dependencies {
builderImplementation 'com.google.code.gson:gson:2.10'
builderImplementation 'de.speiger:Simple-Code-Generator:1.2.0'
builderImplementation 'de.speiger:Simple-Code-Generator:1.2.1'
testImplementation 'junit:junit:4.12'
testImplementation 'com.google.guava:guava-testlib:31.0.1-jre'