Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit da3e79d

Browse files
committed
release 6.0.0-beta-8
1 parent 57888f9 commit da3e79d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
```groovy
2323
// Typical microservices setup (Web API + DB + MQ) testing:
24-
testImplementation "io.github.adven27:exam-ms:6.0.0"
24+
testImplementation "io.github.adven27:exam-ms:6.0.0-beta-8"
2525
2626
//same as:
27-
//testImplementation "io.github.adven27:exam-ws:6.0.0"
28-
//testImplementation "io.github.adven27:exam-db:6.0.0"
29-
//testImplementation "io.github.adven27:exam-mq:6.0.0"
27+
//testImplementation "io.github.adven27:exam-ws:6.0.0-beta-8"
28+
//testImplementation "io.github.adven27:exam-db:6.0.0-beta-8"
29+
//testImplementation "io.github.adven27:exam-mq:6.0.0-beta-8"
3030
3131
// UI testing
32-
testImplementation "io.github.adven27:exam-ui:6.0.0"
32+
testImplementation "io.github.adven27:exam-ui:6.0.0-beta-8"
3333
```
3434
### 2) Use
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext.exposed_version = '0.36.2'
55
ext.restAssured_version = '4.4.0'
66
ext.klogging_version = '2.0.11'
7-
ext.libVersion = '6.0.0-beta-7'
7+
ext.libVersion = '6.0.0-beta-8'
88
repositories {
99
mavenCentral()
1010
}

0 commit comments

Comments
 (0)