Skip to content

Commit

Permalink
Updates kotest to 4.1.0 and moves it to property
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Jun 23, 2020
1 parent 0b1bd98 commit c26ad2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kotlin-spark-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<kotlin.version>1.3.72</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<dokka.version>0.10.1</dokka.version>
<kotest.version>4.1.0</kotest.version>
</properties>

<dependencies>
Expand All @@ -46,13 +47,13 @@
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>4.1.0</version>
<version>${kotest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-core-jvm</artifactId>
<version>4.1.0</version>
<version>${kotest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c26ad2e

Please sign in to comment.