Skip to content

Commit f221ea7

Browse files
committed
POM: update parent to pom-scijava 40.0.0
1 parent 74582f6 commit f221ea7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>27.0.1</version>
8+
<version>40.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -87,8 +87,12 @@
8787
<!-- NB: Work around duplicate classes issue in Kotlin dependencies-->
8888
<allowedDuplicateClasses>org/jetbrains/kotlin/daemon/common/*,kotlinx/coroutines/**</allowedDuplicateClasses>
8989

90-
<kotlinx-coroutines-core.version>1.3.1</kotlinx-coroutines-core.version>
91-
<scripting-kotlin.version>0.1.1</scripting-kotlin.version>
90+
<!--
91+
HACK: Avoid kotlin-maven-plugin:1.9.22:kapt failure:
92+
[ERROR] Unknown JVM target version: 8
93+
Supported versions: 1.6, 1.8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21
94+
-->
95+
<scijava.jvm.version>1.8</scijava.jvm.version>
9296
</properties>
9397

9498
<dependencies>

0 commit comments

Comments
 (0)