Skip to content

Commit

Permalink
upgrade to 6.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ranger Tsao <[email protected]>
  • Loading branch information
boliza committed Jul 19, 2018
1 parent 522dd72 commit 7eeaeb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
elasticserachVersion = '6.3.0'
elasticserachVersion = '6.3.1'
hanlpVersion = '1.6.4'
}

Expand All @@ -17,10 +17,11 @@ buildscript {
}

group = 'io.shike'
version = '6.3.0'
version = '6.3.1'

repositories {
mavenLocal()
maven { url = 'http://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
jcenter()
}
Expand Down

0 comments on commit 7eeaeb2

Please sign in to comment.