Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 28ec806 commit 0dc6555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>load-flow-service</artifactId>
<version>0.0.0</version>
<properties>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
<ktor.version>2.3.5</ktor.version>
<main.class>com.github.statnett.loadflowservice.AppKt</main.class>
<kotlin.code.style>official</kotlin.code.style>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>1.9.20-Beta2</version>
<version>1.9.20</version>
</dependency>
<dependency>
<groupId>io.github.oshai</groupId>
Expand Down

0 comments on commit 0dc6555

Please sign in to comment.