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

Commit

Permalink
✄ update blade-kit version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Feb 17, 2017
1 parent e99e595 commit 50ddae4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>me.biezhi</groupId>
<artifactId>wechat-robot</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>wechat-robot</name>
Expand All @@ -13,19 +13,18 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>com.bladejava</groupId>
<artifactId>blade-kit</artifactId>
<version>1.3.4</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.21</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 50ddae4

Please sign in to comment.