Skip to content

Commit

Permalink
README.md gradle dependencies update to 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil authored and github-actions[bot] committed Aug 29, 2024
1 parent f5a9c5a commit 603ae1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```
Expand Down Expand Up @@ -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")
}
```

0 comments on commit 603ae1d

Please sign in to comment.