Skip to content

Commit 17793bb

Browse files
authored
Merge pull request #21 from celeduc/elcid
update maven deps: include java-cid and update multihash
2 parents 0adf582 + b8d27b4 commit 17793bb

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)