File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'java'
22apply plugin : ' maven-publish'
33
44group = " ome"
5- version = " 8.5.0-SNAPSHOT "
5+ version = " 8.5.0"
66
77repositories {
88 mavenCentral()
@@ -16,7 +16,7 @@ repositories {
1616}
1717
1818dependencies {
19- implementation group : ' ome' , name : ' formats-bsd' , version : ' 8.4 .0'
19+ implementation group : ' ome' , name : ' formats-bsd' , version : ' 8.5 .0'
2020 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.16'
2121}
2222
Original file line number Diff line number Diff line change 77
88 <groupId >ome</groupId >
99 <artifactId >bio-formats-examples</artifactId >
10- <version >8.5.0-SNAPSHOT </version >
10+ <version >8.5.0</version >
1111
1212 <name >Bio-Formats examples</name >
1313 <description >Bio-Formats examples</description >
2323 </licenses >
2424
2525 <properties >
26- <formats-bsd .version>8.4 .0</formats-bsd .version>
26+ <formats-bsd .version>8.5 .0</formats-bsd .version>
2727 <logback .version>1.3.16</logback .version>
2828
2929 <!-- NB: Avoid platform encoding warning when copying resources. -->
You can’t perform that action at this time.
0 commit comments