Skip to content
This repository was archived by the owner on Jun 5, 2018. It is now read-only.

Commit 50ddae4

Browse files
committed
✄ update blade-kit version
1 parent e99e595 commit 50ddae4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.biezhi</groupId>
66
<artifactId>wechat-robot</artifactId>
7-
<version>0.0.1</version>
7+
<version>0.0.2</version>
88
<packaging>jar</packaging>
99

1010
<name>wechat-robot</name>
@@ -13,19 +13,18 @@
1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
16-
16+
1717
<dependencies>
1818
<dependency>
1919
<groupId>com.bladejava</groupId>
2020
<artifactId>blade-kit</artifactId>
21-
<version>1.3.4</version>
21+
<version>1.4.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.slf4j</groupId>
2525
<artifactId>slf4j-log4j12</artifactId>
2626
<version>1.7.21</version>
2727
</dependency>
28-
2928
</dependencies>
3029

3130
<build>

0 commit comments

Comments
 (0)