From 651d0324cad7d09ab66abf211bf4d04425998e57 Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Thu, 29 Aug 2024 22:51:40 +0200 Subject: [PATCH] README.md gradle dependencies update to 1.2.14 (#17) Co-authored-by: morisil <817413+morisil@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61ed6d5..008f9dd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add to your `build.gradle.kts`: ```kotlin dependencies { - implementation("com.xemantic.kotlin:xemantic-kotlin-swing-dsl-core:1.2") + implementation("com.xemantic.kotlin:xemantic-kotlin-swing-dsl-core:1.2.14") runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.8.1") } ``` @@ -156,6 +156,6 @@ Add this dependency to your `build.gradle.kts` for testing support: ```kotlin dependencies { - testImplementation("com.xemantic.kotlin:xemantic-kotlin-swing-dsl-test:1.2") + testImplementation("com.xemantic.kotlin:xemantic-kotlin-swing-dsl-test:1.2.14") } ```