There was an error while loading. Please reload this page.
1 parent 7f25b41 commit 895333aCopy full SHA for 895333a
1 file changed
de.peeeq.wurstscript/build.gradle
@@ -98,8 +98,8 @@ dependencies {
98
implementation "org.antlr:antlr4-runtime:4.13.1"
99
100
// abstractsyntaxgen (available to IDE via compileOnly; used at runtime via astgen)
101
- compileOnly 'com.github.peterzeller:abstractsyntaxgen:623da1c60f'
102
- astgen 'com.github.peterzeller:abstractsyntaxgen:623da1c60f'
+ compileOnly 'com.github.peterzeller:abstractsyntaxgen:2b3d742e8a'
+ astgen 'com.github.peterzeller:abstractsyntaxgen:2b3d742e8a'
103
104
105
// Tests
0 commit comments