From efd7b84f91f2b3b38abc45b4a2d40a5c8c64cb3c Mon Sep 17 00:00:00 2001 From: morisil <817413+morisil@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:20:26 +0000 Subject: [PATCH] README.md gradle dependencies update to 1.2.13 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61ed6d5..db27154 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:$VERSION") 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:$VERSION") } ```