Skip to content

Commit c26ad2e

Browse files
committed
Updates kotest to 4.1.0 and moves it to property
1 parent 0b1bd98 commit c26ad2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kotlin-spark-api/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<kotlin.version>1.3.72</kotlin.version>
2121
<kotlin.code.style>official</kotlin.code.style>
2222
<dokka.version>0.10.1</dokka.version>
23+
<kotest.version>4.1.0</kotest.version>
2324
</properties>
2425

2526
<dependencies>
@@ -46,13 +47,13 @@
4647
<dependency>
4748
<groupId>io.kotest</groupId>
4849
<artifactId>kotest-runner-junit5-jvm</artifactId>
49-
<version>4.1.0</version>
50+
<version>${kotest.version}</version>
5051
<scope>test</scope>
5152
</dependency>
5253
<dependency>
5354
<groupId>io.kotest</groupId>
5455
<artifactId>kotest-assertions-core-jvm</artifactId>
55-
<version>4.1.0</version>
56+
<version>${kotest.version}</version>
5657
<scope>test</scope>
5758
</dependency>
5859
<dependency>

0 commit comments

Comments
 (0)