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 0b1bd98 commit c26ad2eCopy full SHA for c26ad2e
kotlin-spark-api/pom.xml
@@ -20,6 +20,7 @@
20
<kotlin.version>1.3.72</kotlin.version>
21
<kotlin.code.style>official</kotlin.code.style>
22
<dokka.version>0.10.1</dokka.version>
23
+ <kotest.version>4.1.0</kotest.version>
24
</properties>
25
26
<dependencies>
@@ -46,13 +47,13 @@
46
47
<dependency>
48
<groupId>io.kotest</groupId>
49
<artifactId>kotest-runner-junit5-jvm</artifactId>
- <version>4.1.0</version>
50
+ <version>${kotest.version}</version>
51
<scope>test</scope>
52
</dependency>
53
54
55
<artifactId>kotest-assertions-core-jvm</artifactId>
56
57
58
59
0 commit comments