Skip to content

Commit

Permalink
Merge pull request ome#66 from sbesson/unidata
Browse files Browse the repository at this point in the history
Bump dev.zarr:jzarr to 0.4.2
  • Loading branch information
dgault authored Nov 15, 2023
2 parents 2d75020 + f87969b commit ac13207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
cache: 'maven'
- name: Build
run: mvn ${{ env.maven_commands }}
- name: Upload JAR as artifact
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>dev.zarr</groupId>
<artifactId>jzarr</artifactId>
<version>0.4.0</version>
<version>0.4.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ac13207

Please sign in to comment.