Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 36eedc7

Browse files
committed
Updating readme and Ci version
1 parent de81942 commit 36eedc7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![build](https://github.com/kotest/kotest-gradle-plugin/workflows/build/badge.svg)
44

5-
[Gradle plugin](https://plugins.gradle.org/plugin/io.kotest) for running JVM tests with Kotest. Requires Kotest 4.3.x or higher.
5+
[Gradle plugin](https://plugins.gradle.org/plugin/io.kotest) for running JVM tests with Kotest. Requires Kotest 5.5.x or higher.
66

77
This is an alternative to using JUnit5 support and provides better output than the gradle default, especially for nested tests but should be considered alpha.
88

@@ -13,7 +13,7 @@ Add the plugin to your gradle build file:
1313

1414
```kotlin
1515
plugins {
16-
id("io.kotest") version "0.3.8"
16+
id("io.kotest") version "0.4.0"
1717
}
1818
```
1919

@@ -50,6 +50,13 @@ Errors are again summarized at the end for easy digesting:
5050

5151
### Changelog
5252

53+
#### 0.4.0
54+
55+
**Requires Gradle 7.5+**
56+
57+
* Updated to Kotest 5.5.5
58+
* Kotlin version updated to 1.6.10
59+
5360
#### 0.3.8
5461

5562
* Added --tags option

0 commit comments

Comments
 (0)