Skip to content

Commit

Permalink
Align README with versions.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pgreze committed Oct 27, 2022
1 parent d01595e commit f5c3777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
Or in your kotlin script:

```kotlin
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
@file:DependsOn("com.github.pgreze:kotlin-process:$kotlinProcessVersion")
```

Expand Down
1 change: 1 addition & 0 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ version.kotlin=1.6.21

version.junit=5.9.0

# During update, also edit README
version.kotlinx.coroutines=1.6.4

version.org.amshove.kluent..kluent=1.68

0 comments on commit f5c3777

Please sign in to comment.