mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-05-19 16:10:42 +00:00
kts gone
This commit is contained in:
@@ -39,10 +39,9 @@ byte-buddy = "1.17.6" # https://central.sonatype.com/artifact/net.bytebuddy/byte
|
||||
dom4j = "2.2.0" # https://central.sonatype.com/artifact/org.dom4j/dom4j
|
||||
jaxen = "2.0.0" # https://central.sonatype.com/artifact/jaxen/jaxen
|
||||
|
||||
# Script Engine
|
||||
# Kotlin Runtime
|
||||
kotlin = "2.2.0"
|
||||
kotlin-coroutines = "1.10.2"
|
||||
maven-core = "3.9.10"
|
||||
|
||||
# Third Party Integrations
|
||||
nexo = "1.10.0" # https://repo.nexomc.com/#/releases/com/nexomc/nexo
|
||||
@@ -90,14 +89,9 @@ byteBuddy-agent = { module = "net.bytebuddy:byte-buddy-agent", version.ref = "by
|
||||
dom4j = { module = "org.dom4j:dom4j", version.ref = "dom4j" }
|
||||
jaxen = { module = "jaxen:jaxen", version.ref = "jaxen" }
|
||||
|
||||
# Script Engine
|
||||
# Kotlin Runtime
|
||||
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
|
||||
kotlin-scripting-common = { module = "org.jetbrains.kotlin:kotlin-scripting-common", version.ref = "kotlin" }
|
||||
kotlin-scripting-jvm = { module = "org.jetbrains.kotlin:kotlin-scripting-jvm", version.ref = "kotlin" }
|
||||
kotlin-scripting-jvm-host = { module = "org.jetbrains.kotlin:kotlin-scripting-jvm-host", version.ref = "kotlin" }
|
||||
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutines" }
|
||||
kotlin-scripting-dependencies-maven = { module = "org.jetbrains.kotlin:kotlin-scripting-dependencies-maven", version.ref = "kotlin" }
|
||||
mavenCore = { module = "org.apache.maven:maven-core", version.ref = "maven-core" }
|
||||
|
||||
# Third Party Integrations
|
||||
nexo = { module = "com.nexomc:nexo", version.ref = "nexo" }
|
||||
|
||||
Reference in New Issue
Block a user