Skip to content

Commit 449489f

Browse files
committed
upgrade dependencies
1 parent bca8fcc commit 449489f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

de.peeeq.wurstscript/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ repositories {
7979
dependencies {
8080

8181
// Antlr parsing library
82-
antlr "org.antlr:antlr4:4.9"
82+
antlr "org.antlr:antlr4:4.9.2"
8383

8484
// tool for generating AST-classes
8585
compileOnly 'com.github.peterzeller:abstractsyntaxgen:3510802026'
@@ -110,10 +110,10 @@ dependencies {
110110
compile group: 'net.sourceforge.jchardet', name: 'jchardet', version: '1.0'
111111

112112
// Crigges' jmpq
113-
compile 'com.github.inwc3:jmpq3:1.8.0'
113+
compile 'com.github.inwc3:jmpq3:1.8.1'
114114

115115
// Water's wc3 libs
116-
compile 'com.github.inwc3:wc3libs:ca3c159ccd'
116+
compile 'com.github.inwc3:wc3libs:2641ac25e2'
117117

118118
// The setup tool for wurst.build handling
119119
compile 'com.github.wurstscript:wurstsetup:4c65824b40'

0 commit comments

Comments
 (0)