Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolyakov authored Mar 19, 2021
1 parent d2680da commit 3f78472
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ Use the codes below to add WavesJ as a dependency for your project.
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>wavesj</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

##### Gradle:
```
compile group: 'com.wavesplatform', name: 'wavesj', version: '1.0.3'
compile group: 'com.wavesplatform', name: 'wavesj', version: '1.0.4'
```

##### SBT:
```
libraryDependencies += "com.wavesplatform" % "wavesj" % "1.0.3"
libraryDependencies += "com.wavesplatform" % "wavesj" % "1.0.4"
```

[This library's page at Maven Central](https://mvnrepository.com/artifact/com.wavesplatform/wavesj)
Expand Down
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.wavesplatform</groupId>
<artifactId>wavesj</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -182,12 +182,7 @@
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>waves-transactions</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>protobuf-schemas</artifactId>
<version>1.2.10</version>
<version>1.0.5</version>
</dependency>

<!-- http client -->
Expand Down

0 comments on commit 3f78472

Please sign in to comment.