We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565a861 commit 2a0ca9bCopy full SHA for 2a0ca9b
pom.xml
@@ -75,7 +75,7 @@
75
<kotlin.code.style>official</kotlin.code.style>
76
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
77
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
78
- <kotlin.version>1.9.21</kotlin.version>
+ <kotlin.version>1.9.22</kotlin.version>
79
<slf4j.version>2.0.7</slf4j.version>
80
<ibkr.version>10.19</ibkr.version>
81
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
roboquant/pom.xml
@@ -43,7 +43,7 @@
43
<dependency>
44
<groupId>org.jetbrains.kotlinx</groupId>
45
<artifactId>kotlinx-coroutines-core</artifactId>
46
- <version>1.7.3</version>
+ <version>1.8.0-RC2</version>
47
</dependency>
48
49
<groupId>de.siegmar</groupId>
0 commit comments