Skip to content

Commit

Permalink
Bump dcurl dependency to 0.6.0
Browse files Browse the repository at this point in the history
DO NOT MERGE
  • Loading branch information
marktwtn committed Jun 7, 2020
1 parent 38c31c2 commit 3740cd5
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,5 +1,5 @@
# Variables
DCURL_VERSION=0.5.0
DCURL_VERSION=0.6.0

.PHONY: all dcurl iri check

Expand Down
2 changes: 1 addition & 1 deletion dcurl
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.5.0</version>
<version>0.6.0</version>
</dependency>

<!-- json support -->
Expand Down

0 comments on commit 3740cd5

Please sign in to comment.