Skip to content

Commit

Permalink
Upgraded Kotlin and coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Dec 24, 2023
1 parent 565a861 commit 2a0ca9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<slf4j.version>2.0.7</slf4j.version>
<ibkr.version>10.19</ibkr.version>
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
Expand Down
2 changes: 1 addition & 1 deletion roboquant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.7.3</version>
<version>1.8.0-RC2</version>
</dependency>
<dependency>
<groupId>de.siegmar</groupId>
Expand Down

0 comments on commit 2a0ca9b

Please sign in to comment.