From a3fd5a20e2919e07bf154a2af056e74fc702cff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 21:05:33 +0000 Subject: [PATCH] Update dependency com.github.ajalt.mordant:mordant to v2.1.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 699846b..6d87837 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11") implementation("org.jsoup:jsoup:1.16.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1") - implementation("com.github.ajalt.mordant:mordant:2.0.0-beta13") + implementation("com.github.ajalt.mordant:mordant:2.1.0") implementation("com.soywiz.korlibs.korau:korau-jvm:2.7.0") }