Skip to content

Commit 62ef1a5

Browse files
committed
fix(49): Moved version of the 'kotlinx-coroutines-test' dependency as a property
1 parent 6b6e9a4 commit 62ef1a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<junit-jupiter.version>5.10.3</junit-jupiter.version>
3333
<dokka-maven-plugin.version>1.9.0</dokka-maven-plugin.version>
3434
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
35+
<kotlinx-coroutines-test.version>1.9.0-RC.2</kotlinx-coroutines-test.version>
3536
</properties>
3637

3738
<url>https://github.com/rcardin/assertj-arrow-core</url>
@@ -87,7 +88,7 @@
8788
<dependency>
8889
<groupId>org.jetbrains.kotlinx</groupId>
8990
<artifactId>kotlinx-coroutines-test</artifactId>
90-
<version>1.9.0-RC.2</version>
91+
<version>${kotlinx-coroutines-test.version}</version>
9192
<type>pom</type>
9293
<scope>test</scope>
9394
</dependency>

0 commit comments

Comments
 (0)