Update gradle and kotlin

This commit is contained in:
MattBDev
2020-08-24 22:53:29 -04:00
parent 8a6db57433
commit eeb02d3937
5 changed files with 6 additions and 6 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.72")
"shade"("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0")
}