Skip to content

Commit da38a4e

Browse files
committed
fix macos game detection
1 parent 790b709 commit da38a4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

HelperScripts/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
implementation 'com.github.inwc3:wc3libs:cc49c8e63c'
12+
implementation 'com.github.inwc3:wc3libs:a69318d921'
1313
implementation 'com.google.guava:guava:31.1-jre'
1414
}
1515

de.peeeq.wurstscript/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
implementation 'com.github.albfernandez:juniversalchardet:2.4.0'
110110
implementation 'org.xerial:sqlite-jdbc:3.46.1.3'
111111
implementation 'com.github.inwc3:jmpq3:e28f6999c0'
112-
implementation 'com.github.inwc3:wc3libs:6a96a79595'
112+
implementation 'com.github.inwc3:wc3libs:a69318d921'
113113
implementation('com.github.wurstscript:wurstsetup:393cf5ea39') {
114114
exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit'
115115
exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit.ssh.apache'

0 commit comments

Comments
 (0)