Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
chore(deps): update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 0df62b3 commit 90d6021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elijah-core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Elijah Congenial CORE TEST</name>
<description>Tests for elijah-congenial-core</description>
<properties>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<auto-service.version>1.1.1</auto-service.version>
</properties>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>1.9.22</version>
<version>2.0.20</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion elijah-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>Elijah Congenial CORE</name>
<description>Main impl for elijah-congenial-core</description>
<properties>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<auto-service.version>1.1.1</auto-service.version>
</properties>
Expand Down

0 comments on commit 90d6021

Please sign in to comment.