@@ -26,17 +26,18 @@ repositories {
2626dependencies {
2727 // main dependencies
2828 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1" )
29- implementation(" io.arrow-kt:arrow-core:1.2.4" )
29+ implementation(" io.arrow-kt:arrow-core:2.2.0" )
30+ implementation(" io.arrow-kt:arrow-functions:2.2.0" )
3031 implementation(" org.apache.commons:commons-text:1.14.0" )
3132 implementation(" org.apache.commons:commons-math3:3.6.1" )
3233 implementation(" org.apache.commons:commons-geometry-core:1.0" )
3334 implementation(" org.apache.commons:commons-geometry-euclidean:1.0" )
34- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 " )
35+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
3536 implementation(" tools.aqua:z3-turnkey:4.14.1" )
3637 implementation(" org.jgrapht:jgrapht-core:1.5.2" )
3738
3839 // used for generating skeletons
39- implementation(" com.squareup:kotlinpoet:1.18.1 " )
40+ implementation(" com.squareup:kotlinpoet:2.2.0 " )
4041
4142 // dependency injection library and annotation processing
4243 implementation(" com.google.dagger:dagger:2.57.2" )
@@ -45,8 +46,8 @@ dependencies {
4546
4647 // test libraries
4748 testImplementation(kotlin(" test" ))
48- testImplementation(" org.junit.jupiter:junit-jupiter:5.10.3 " )
49- testImplementation(" org.junit.platform:junit-platform-launcher:1.10.3 " )
49+ testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1 " )
50+ testImplementation(" org.junit.platform:junit-platform-launcher:6.0.1 " )
5051}
5152
5253tasks.test {
0 commit comments