From 7918072e1e3557fc6af868915ae6024acec6720f Mon Sep 17 00:00:00 2001 From: ineanto Date: Sat, 6 Sep 2025 11:00:05 +0200 Subject: [PATCH 1/2] chore(deps): update --- .idea/gradle.xml | 3 +- .idea/kotlinc.xml | 2 +- build.gradle.kts | 21 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- .../kotlin/xyz/ineanto/dragon/assets/Asset.kt | 13 ++++ .../dragon/inventory/TeamSelectionScreen.kt | 70 +++++++++++++++++++ 6 files changed, 96 insertions(+), 15 deletions(-) create mode 100644 src/main/kotlin/xyz/ineanto/dragon/assets/Asset.kt create mode 100644 src/main/kotlin/xyz/ineanto/dragon/inventory/TeamSelectionScreen.kt diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 5e75380..7436560 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -6,8 +6,7 @@ + diff --git a/build.gradle.kts b/build.gradle.kts index 52e1d83..5524b75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { // Stdlib implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version") // Commons IO - implementation("commons-io:commons-io:2.11.0") + implementation("commons-io:commons-io:2.14.0") } kotlin {