Skip to content

Commit c3cab2b

Browse files
authored
Merge pull request #153 from sbesson/omero-ms-core_0.9.1
Consume omero-ms-core 0.9.1
2 parents 87c3791 + 79cd8f1 commit c3cab2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.glencoesoftware.omero'
7-
version = '0.10.1'
7+
version = '0.10.2-SNAPSHOT'
88

99
mainClassName = 'com.glencoesoftware.omero.ms.image.region.OmeroVertxLauncher'
1010

@@ -62,7 +62,7 @@ dependencies {
6262
implementation 'ch.qos.logback:logback-classic:1.3.15'
6363
implementation 'org.slf4j:log4j-over-slf4j:1.7.32'
6464
implementation 'com.glencoesoftware.omero:omero-zarr-pixel-buffer:0.4.1'
65-
implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.0'
65+
implementation 'com.glencoesoftware.omero:omero-ms-core:0.9.1'
6666
implementation 'io.vertx:vertx-web:3.8.1'
6767
implementation 'io.vertx:vertx-config:3.8.1'
6868
implementation 'io.vertx:vertx-config-yaml:3.8.1'

0 commit comments

Comments
 (0)