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 2fe36ae commit fd2ba02Copy full SHA for fd2ba02
CHANGELOG.md
@@ -14,11 +14,11 @@
14
15
### Updated
16
17
+- `io.kotest:kotest-assertions-core -> 5.2.3`
18
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.1`
19
- `gradle -> 7.4.2`
20
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.20`
21
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.42`
-- `io.kotest:kotest-assertions-core -> 5.2.2`
22
23
## [0.1.0-alpha.4] - 2022-01-07
24
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
coroutines = "1.6.1"
3
-kotest = "5.2.2"
+kotest = "5.2.3"
4
5
[libraries]
6
jetbrains-kotlin-kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test" }
0 commit comments