Skip to content

Commit

Permalink
2024 kotlin 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmr committed Nov 29, 2024
1 parent b787dbe commit 0a63e6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>

<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.jvmTarget>22</kotlin.jvmTarget>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

Expand Down Expand Up @@ -84,11 +84,11 @@
<version>${kotlinx-coroutines.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>${kotlin.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.jetbrains.kotlin</groupId>-->
<!-- <artifactId>kotlin-stdlib-common</artifactId>-->
<!-- <version>${kotlin.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down

0 comments on commit 0a63e6a

Please sign in to comment.