Skip to content

Commit

Permalink
Add ethereum transaction support
Browse files Browse the repository at this point in the history
 - change version
  • Loading branch information
Alexandr Devyatkin committed May 31, 2022
1 parent ff53d72 commit a7dea0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ Use the codes below to add WavesJ as a dependency for your project.
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>wavesj</artifactId>
<version>1.2.5</version>
<version>1.3.0</version>
</dependency>
```

##### Gradle:
```
compile group: 'com.wavesplatform', name: 'wavesj', version: '1.2.5'
compile group: 'com.wavesplatform', name: 'wavesj', version: '1.3.0'
```

##### SBT:
```
libraryDependencies += "com.wavesplatform" % "wavesj" % "1.2.5"
libraryDependencies += "com.wavesplatform" % "wavesj" % "1.3.0"
```

[This library's page at Maven Central](https://mvnrepository.com/artifact/com.wavesplatform/wavesj)
Expand Down
2 changes: 1 addition & 1 deletion 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.2.5</version>
<version>1.3.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit a7dea0e

Please sign in to comment.