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 801092d commit 421d93cCopy full SHA for 421d93c
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>load-flow-service</artifactId>
5
<version>0.0.0</version>
6
<properties>
7
- <kotlin.version>2.1.20</kotlin.version>
+ <kotlin.version>2.1.21</kotlin.version>
8
<ktor.version>3.0.0-beta-1</ktor.version>
9
<main.class>com.github.statnett.loadflowservice.AppKt</main.class>
10
<kotlin.code.style>official</kotlin.code.style>
@@ -73,7 +73,7 @@
73
<dependency>
74
<groupId>org.jetbrains.kotlin</groupId>
75
<artifactId>kotlin-test-junit5</artifactId>
76
- <version>2.1.20</version>
+ <version>2.1.21</version>
77
<scope>test</scope>
78
</dependency>
79
0 commit comments