Skip to content

Commit

Permalink
升级单测 unitauto-java, unitauto-jar 分别至 2.6.0, 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Feb 22, 2021
1 parent ea1c71b commit e7eecbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.framework</groupId>
<artifactId>apijson-framework</artifactId>
<version>4.6.0</version>
<version>4.6.1</version>
<packaging>jar</packaging>

<name>APIJSONFramework</name>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.github.TommyLemon</groupId>
<artifactId>unitauto-java</artifactId>
<version>2.5.3</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.github.TommyLemon</groupId>
<artifactId>unitauto-jar</artifactId>
<version>2.5.3</version>
<version>2.6.1</version>
</dependency>
<!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 >>>>>>>>> -->

Expand Down

0 comments on commit e7eecbd

Please sign in to comment.