Skip to content

Commit 6d3da22

Browse files
committed
kotlinx coroutines 1.7.3
1 parent 0b343c6 commit 6d3da22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Change Log
22

3-
## [Unreleased] - TODO
3+
## [0.7.0] - Jul 31, 2023
44

55
### Changed
66

77
- Update dependencies
88
- `Kotlin` to `1.9.0`.
9-
- `KotlinX Coroutines` to `1.7.2`.
9+
- `KotlinX Coroutines` to `1.7.3`.
1010
- `Gradle` to `8.2`.
1111

1212
### Added

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id("org.jetbrains.kotlinx.kover") version "0.7.2"
1919
}
2020

21-
val coroutinesVersion = "1.7.2"
21+
val coroutinesVersion = "1.7.3"
2222
val ktlintVersion = "0.49.1"
2323

2424
repositories {

0 commit comments

Comments
 (0)