Skip to content

Commit 363ccc2

Browse files
renovate-botJavierSegoviaCordoba
authored andcommitted
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.2
| datasource | package | from | to | | ---------- | --------------------------------------------- | ----- | ----- | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.6.1 | 1.6.2 |
1 parent 401b2f0 commit 363ccc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
### Updated
1616

17+
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.2`
1718
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.10.0`
1819
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.43`
1920
- `io.kotest:kotest-assertions-core -> 5.3.0`
2021
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.21`
21-
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.1`
2222
- `gradle -> 7.4.2`
2323

2424
## [0.1.0-alpha.4] - 2022-01-07

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
coroutines = "1.6.1"
2+
coroutines = "1.6.2"
33
kotest = "5.3.0"
44

55
[libraries]

0 commit comments

Comments
 (0)