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.
2 parents 87c3791 + 79cd8f1 commit c3cab2bCopy full SHA for c3cab2b
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'com.glencoesoftware.omero'
7
-version = '0.10.1'
+version = '0.10.2-SNAPSHOT'
8
9
mainClassName = 'com.glencoesoftware.omero.ms.image.region.OmeroVertxLauncher'
10
@@ -62,7 +62,7 @@ dependencies {
62
implementation 'ch.qos.logback:logback-classic:1.3.15'
63
implementation 'org.slf4j:log4j-over-slf4j:1.7.32'
64
implementation 'com.glencoesoftware.omero:omero-zarr-pixel-buffer:0.4.1'
65
- implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.0'
+ implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.1'
66
implementation 'io.vertx:vertx-web:3.8.1'
67
implementation 'io.vertx:vertx-config:3.8.1'
68
implementation 'io.vertx:vertx-config-yaml:3.8.1'
0 commit comments