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 6b6e9a4 commit 62ef1a5Copy full SHA for 62ef1a5
pom.xml
@@ -32,6 +32,7 @@
32
<junit-jupiter.version>5.10.3</junit-jupiter.version>
33
<dokka-maven-plugin.version>1.9.0</dokka-maven-plugin.version>
34
<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>
36
</properties>
37
38
<url>https://github.com/rcardin/assertj-arrow-core</url>
@@ -87,7 +88,7 @@
87
88
<dependency>
89
<groupId>org.jetbrains.kotlinx</groupId>
90
<artifactId>kotlinx-coroutines-test</artifactId>
- <version>1.9.0-RC.2</version>
91
+ <version>${kotlinx-coroutines-test.version}</version>
92
<type>pom</type>
93
<scope>test</scope>
94
</dependency>
0 commit comments