Skip to content

Commit

Permalink
README.md gradle dependencies update to 1.2.13
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 69a5957 commit efd7b84
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:$VERSION")
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:$VERSION")
}
```

0 comments on commit efd7b84

Please sign in to comment.