Skip to content

Commit

Permalink
Update bitcoinj lib
Browse files Browse the repository at this point in the history
  • Loading branch information
natzei committed Jun 21, 2020
1 parent 3f756a3 commit 18184d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
global:
- GRADLE_VERSION=5.6.2
- BITCOIND_CONNECTOR_TAG=v0.16.0
- BITCOINJ_TAG=0.16.6-LIB
- BITCOINJ_TAG=0.16.7-LIB
- LATEST_VERSION=$(git log -n 1 --pretty=format:"%h")

install:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest AS extractor
ARG BITCOIND_CONNECTOR_TAG=v0.16.0
ARG BITCOINJ_TAG=0.16.6-LIB
ARG BITCOINJ_TAG=0.16.7-LIB
RUN apk add git
RUN echo "Cloning https://github.com/natzei/BitcoindConnector4J.git"
RUN git clone https://github.com/natzei/BitcoindConnector4J.git
Expand Down
4 changes: 2 additions & 2 deletions xyz.balzaclang.balzac.lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<dependency>
<groupId>org.bitcoinj</groupId>
<artifactId>bitcoinj-core</artifactId>
<version>0.16.6-LIB</version>
<version>0.16.7-LIB</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.2-android</version>
<version>29.0-android</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 18184d8

Please sign in to comment.