Skip to content

Commit

Permalink
mcef 1.1.0
Browse files Browse the repository at this point in the history
fixes macOS support (hopefully)
  • Loading branch information
1zun4 committed Dec 29, 2023
1 parent d21b871 commit ff8983c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies {
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: 'com.mojang', module: 'authlib'
}
implementation "com.github.CCBlueX:mcef:1.0.9-1.20.4"
implementation "com.github.CCBlueX:mcef:1.1.0-1.20.4"

implementation 'org.graalvm.sdk:graal-sdk:23.0.2'
implementation 'org.graalvm.truffle:truffle-api:23.0.2'
Expand Down Expand Up @@ -276,6 +276,7 @@ shadowJar {
include(dependency('io.netty:netty-codec-http'))
include(dependency('io.netty:netty-handler-proxy'))
include(dependency('io.netty:netty-codec-socks'))
include(dependency('org.apache.commons:commons-exec'))
include(dependency('com.vdurmont:semver4j:3.1.0'))
}
}
Expand Down

0 comments on commit ff8983c

Please sign in to comment.