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 e2971bc commit b0b8cccCopy full SHA for b0b8ccc
CHANGELOG.md
@@ -14,10 +14,10 @@
14
15
### Updated
16
17
+- `io.kotest:kotest-assertions-core -> 5.0.3`
18
- `gradle -> 7.3.2`
19
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.10`
20
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.24`
-- `io.kotest:kotest-assertions-core -> 5.0.2`
21
22
## [0.1.0-alpha.3] - 2021-11-29
23
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
coroutines = "1.5.2"
3
-kotest = "5.0.2"
+kotest = "5.0.3"
4
5
[libraries]
6
jetbrains-kotlin-kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test" }
0 commit comments