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 845224e commit a402e84Copy full SHA for a402e84
build.gradle.kts
@@ -25,8 +25,8 @@ repositories {
25
}
26
27
dependencies {
28
- implementation(platform("org.scijava:pom-scijava:31.1.0"))
29
- annotationProcessor("org.scijava:scijava-common:2.88.1")
+ implementation(platform("org.scijava:pom-scijava:35.1.1"))
+ annotationProcessor("org.scijava:scijava-common:2.94.1")
30
31
implementation(kotlin("reflect"))
32
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.2")
0 commit comments