Skip to content

Commit b8d27b4

Browse files
committed
update maven deps: include java-cid and update multihash
1 parent 0adf582 commit b8d27b4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@
6464
<dependency>
6565
<groupId>com.github.multiformats</groupId>
6666
<artifactId>java-multihash</artifactId>
67-
<version>v1.0.0</version>
67+
<version>v1.1.0</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.github.ipld</groupId>
71+
<artifactId>java-cid</artifactId>
72+
<version>v1.0.1</version>
6873
</dependency>
6974
</dependencies>
7075

0 commit comments

Comments
 (0)