File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,20 @@ Or add Paddle as dependency to your existing project.
5353<dependency >
5454 <groupId >im.mak</groupId >
5555 <artifactId >paddle</artifactId >
56- <version >0.5.1 </version >
56+ <version >0.5.2 </version >
5757</dependency >
5858```
5959
6060#### Gradle
6161
6262Groovy DSL:
6363``` groovy
64- implementation 'im.mak:paddle:0.5.1 '
64+ implementation 'im.mak:paddle:0.5.2 '
6565```
6666
6767Kotlin DSL:
6868``` kotlin
69- compile(" im.mak:paddle:0.5.1 " )
69+ compile(" im.mak:paddle:0.5.2 " )
7070```
7171
7272### Simple usage
Original file line number Diff line number Diff line change @@ -54,20 +54,20 @@ Paddle - Java библиотека для тестирования смарт к
5454<dependency >
5555 <groupId >im.mak</groupId >
5656 <artifactId >paddle</artifactId >
57- <version >0.5.1 </version >
57+ <version >0.5.2 </version >
5858</dependency >
5959```
6060
6161#### Gradle
6262
6363Groovy DSL:
6464``` groovy
65- implementation 'im.mak:paddle:0.5.1 '
65+ implementation 'im.mak:paddle:0.5.2 '
6666```
6767
6868Kotlin DSL:
6969``` kotlin
70- compile(" im.mak:paddle:0.5.1 " )
70+ compile(" im.mak:paddle:0.5.2 " )
7171```
7272
7373### Пример использования
Original file line number Diff line number Diff line change 66
77 <groupId >im.mak</groupId >
88 <artifactId >paddle</artifactId >
9- <version >0.5.1 </version >
9+ <version >0.5.2 </version >
1010
1111 <name >Paddle</name >
1212 <description >Paddle library helps developers to write tests for smart contracts on Waves blockchain</description >
You can’t perform that action at this time.
0 commit comments