Skip to content

Commit

Permalink
[misc] Update Kotlin to v1.9.20 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Apr 7, 2024
1 parent 00a8ec7 commit 954475a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<kotlin.version>1.7.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
<native.maven.plugin.version>0.10.1</native.maven.plugin.version>
</properties>

Expand Down Expand Up @@ -182,8 +182,7 @@
</goals>
<configuration>
<sourceDirs>
<source>src/main/kotlin</source>
<source>src/main/java</source>
<source>src/main</source>
<source>target/generated-sources/annotations</source>
</sourceDirs>
</configuration>
Expand Down

0 comments on commit 954475a

Please sign in to comment.