Skip to content

Commit

Permalink
Bump dcurl dependency to 0.5.0
Browse files Browse the repository at this point in the history
DO NOT MERGE
  • Loading branch information
marktwtn committed Oct 22, 2019
1 parent d1999f9 commit 417e53e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Variables
ROCKSDB_VERSION=5.18.3
DCURL_VERSION=0.4.1
DCURL_VERSION=0.5.0

.PHONY: all dcurl rocksdb iri check

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.dltcollab</groupId>
<artifactId>dcurljni</artifactId>
<version>0.4.1</version>
<version>0.5.0</version>
</dependency>

<!-- json support -->
Expand Down

0 comments on commit 417e53e

Please sign in to comment.