diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index adaf434..13363ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,39 +1,39 @@ [versions] anvilgui = "1.9.2-SNAPSHOT" -compose = "1.6.1" -coroutines = "1.8.0" +compose = "1.6.10" +coroutines = "1.8.1" creative = "1.7.2" dependencyversions = "0.51.0" dokka = "1.9.0" -exposed = "0.50.0" +exposed = "0.50.1" fastutil = "8.2.2" fawe = "2.8.4" itemsadder = "3.6.1" -junit = "5.11.0-M1" +junit = "5.11.0-M2" jvm = "21" jvm-for-kotlin-multiplatform = "21" kaml = "0.59.0" -kmongo = "4.11.0" -kotest = "5.8.1" +kmongo = "5.1.0" +kotest = "5.9.0" # @pin -kotlin = "1.9.23" +kotlin = "2.0.0" kt-statistics = "1.2.1" -ktor = "2.3.10" +ktor = "2.3.11" logback = "1.5.6" -mccoroutine = "2.15.0" +mccoroutine = "2.16.0" # @pin minecraft = "1.20.6-R0.1-SNAPSHOT" -mockbukkit = "3.86.0" -mockk = "1.13.10" +mockbukkit = "3.87.0" +mockk = "1.13.11" modelengine = "R4.0.4" mythic-dist = "5.6.0" mythiccrucible = "2.0.0-SNAPSHOT" -oraxen = "1.173.0" +oraxen = "1.175.0" protocollib = "5.1.0" reflections = "0.10.2" serialization = "1.6.3" shadowjar = "8.1.7" -sqlite-jdbc = "3.45.3.0" +sqlite-jdbc = "3.46.0.0" userdev = "1.7.1" vault = "1.7" version-catalog-update = "0.8.4" @@ -151,9 +151,10 @@ platform = [ ] [plugins] -compose = { id = "org.jetbrains.compose", version.ref = "compose" } +compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } dependencyversions = { id = "com.github.ben-manes.versions", version.ref = "dependencyversions" } dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } +jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }