Skip to content

Commit 4fbaed2

Browse files
committed
Depend on release version of scripting-kotlin
1 parent 95e9c3b commit 4fbaed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<!-- NB: Work around duplicate classes issue in Kotlin dependencies-->
8787
<allowedDuplicateClasses>org/jetbrains/kotlin/daemon/common/*,kotlinx/coroutines/**</allowedDuplicateClasses>
8888

89+
<scripting-kotlin.version>0.1.1</scripting-kotlin.version>
8990
</properties>
9091

9192
<repositories>
@@ -117,7 +118,6 @@
117118
<dependency>
118119
<groupId>org.scijava</groupId>
119120
<artifactId>scripting-kotlin</artifactId>
120-
<version>0.1.1-SNAPSHOT</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>

0 commit comments

Comments
 (0)