We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e9c3b commit 4fbaed2Copy full SHA for 4fbaed2
pom.xml
@@ -86,6 +86,7 @@
86
<!-- NB: Work around duplicate classes issue in Kotlin dependencies-->
87
<allowedDuplicateClasses>org/jetbrains/kotlin/daemon/common/*,kotlinx/coroutines/**</allowedDuplicateClasses>
88
89
+ <scripting-kotlin.version>0.1.1</scripting-kotlin.version>
90
</properties>
91
92
<repositories>
@@ -117,7 +118,6 @@
117
118
<dependency>
119
<groupId>org.scijava</groupId>
120
<artifactId>scripting-kotlin</artifactId>
- <version>0.1.1-SNAPSHOT</version>
121
<scope>test</scope>
122
</dependency>
123
0 commit comments