We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b343c6 commit 6d3da22Copy full SHA for 6d3da22
CHANGELOG.md
@@ -1,12 +1,12 @@
1
# Change Log
2
3
-## [Unreleased] - TODO
+## [0.7.0] - Jul 31, 2023
4
5
### Changed
6
7
- Update dependencies
8
- `Kotlin` to `1.9.0`.
9
- - `KotlinX Coroutines` to `1.7.2`.
+ - `KotlinX Coroutines` to `1.7.3`.
10
- `Gradle` to `8.2`.
11
12
### Added
build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
18
id("org.jetbrains.kotlinx.kover") version "0.7.2"
19
}
20
21
-val coroutinesVersion = "1.7.2"
+val coroutinesVersion = "1.7.3"
22
val ktlintVersion = "0.49.1"
23
24
repositories {
0 commit comments