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 e828c7f commit c142cc7Copy full SHA for c142cc7
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>load-flow-service</artifactId>
5
<version>0.0.0</version>
6
<properties>
7
- <kotlin.version>2.0.20</kotlin.version>
+ <kotlin.version>2.0.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.0.20</version>
+ <version>2.0.21</version>
77
<scope>test</scope>
78
</dependency>
79
0 commit comments