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

Commit 6669f6a

Browse files
committed
Release 0.7.0
1 parent cef18e5 commit 6669f6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ class DubboGreetingSimulation extends PeaSimulation {
6565

6666
### 版本
6767

68-
| pea | gatling| dubbo | grpc |
69-
| ----- | ------ | ------- | ------ |
70-
| 0.6.0 | 3.3.1 | 2.7.4.1 | 1.22.2 |
68+
| pea | gatling| dubbo | grpc |
69+
| ------ | ------ | ------- | ------ |
70+
| 0.6.0~ | 3.3.1 | 2.7.4.1 | 1.22.2 |
7171

7272
---
7373

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99

1010
val commonSettings = Seq(
1111
organization := "cc.akkaha",
12-
version := "0.6.0",
12+
version := "0.7.0",
1313
scalaVersion := "2.12.8",
1414
maintainer := "ngxcorpio@gmail.com"
1515
)

0 commit comments

Comments
 (0)