Skip to content

Commit

Permalink
POM: Bump Kotlin to 1.9.23, the scijava parent POM to 37.0.0, and set…
Browse files Browse the repository at this point in the history
… the JVM target to 11
  • Loading branch information
skalarproduktraum committed Apr 19, 2024
1 parent 522f43d commit ea5af93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>36.0.0</version>
<version>37.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -94,9 +94,9 @@ Wisconsin-Madison.</license.copyrightOwners>

<kotlin-compiler-embeddable.optional>false</kotlin-compiler-embeddable.optional>
<!-- NB: kotlin requires 1.X for versions up to 8. This can be removed when scijava.jvm.version goes to 9 -->
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>

<kotlin.version>1.7.20</kotlin.version>
<kotlin.version>1.9.23</kotlin.version>
</properties>

<repositories>
Expand Down

0 comments on commit ea5af93

Please sign in to comment.