File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ dependencies {
5252 exclude group : ' pw.chew' , module : ' jda-chewtils-command'
5353 }
5454 implementation ' com.github.TheSimpleTeam.JDA-Chewtils:jda-chewtils-command:ab05b178ae'
55+ // ByteCode
56+ implementation ' net.bytebuddy:byte-buddy:1.12.8'
5557 // Eval
5658 implementation " org.graalvm.sdk:graal-sdk:$graalVersion "
5759 implementation " org.graalvm.js:js:$graalVersion "
5860 implementation " org.graalvm.js:js-scriptengine:$graalVersion "
59- implementation(' com.caoccao.javet:javet:1.1.1 ' )
61+ implementation(' com.caoccao.javet:javet:1.1.2 ' )
6062 implementation ' org.python:jython-standalone:2.7.2'
6163 // CLI
6264 implementation ' commons-cli:commons-cli:1.5.0'
@@ -75,7 +77,7 @@ dependencies {
7577 implementation ' org.reflections:reflections:0.10.2'
7678 implementation ' sh.stein:carbon-api:1.2'
7779 implementation ' org.fusesource.jansi:jansi:2.4.0'
78- implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.6.10 '
80+ implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.6.20 '
7981 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2'
8082 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2'
8183}
You can’t perform that action at this time.
0 commit comments