Gradle update

This commit is contained in:
MattBDev
2020-07-01 20:06:59 -04:00
parent 0fb564be0c
commit ac314fcedb
7 changed files with 7 additions and 4 deletions

View File

@ -14,5 +14,5 @@ dependencies {
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
"shade"("org.enginehub.piston.core-ap:runtime:${Versions.PISTON}")
"shade"("org.enginehub.piston:default-impl:${Versions.PISTON}")
"shade"("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61")
"shade"("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72")
}