Skip to content

Commit

Permalink
Merge pull request #109 from nervosnetwork/rc/v0.16.0
Browse files Browse the repository at this point in the history
[ᚬmaster] Rc/v0.16.0
  • Loading branch information
duanyytop authored Jul 13, 2019
2 parents 9250c91 + f100f64 commit a61c4b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [v0.16.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.15.0...v0.16.0) (2019-07-13)

* Update to support CKB v0.16.0.

# [v0.15.0](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.14.0...v0.15.0) (2019-06-29)

### Features
Expand Down
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
buildscript {

ext.bouncycastleVersion = '1.62'
ext.rxjavaVersion = '2.2.9'
ext.rxjavaVersion = '2.2.10'
ext.gsonVersion = '2.8.5'
ext.jacksonVersion = '2.9.9'
ext.okhttpVersion = '3.14.2'
ext.loggingOkhttpVersion = '3.14.2'
ext.jacksonVersion = '2.9.9.1'
ext.okhttpVersion = '4.0.1'
ext.loggingOkhttpVersion = '4.0.0'
ext.slf4jVersion = '1.7.26'

ext.junitVersion = '5.4.2'
ext.junitVersion = '5.5.0'

dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
classpath 'com.github.jengelman.gradle.plugins:shadow:5.1.0'
}
}

plugins {
id 'com.github.johnrengelman.shadow' version '5.0.0'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'java'
id 'com.github.sherter.google-java-format' version '0.8'
}
Expand All @@ -35,7 +35,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '0.15.0'
version '0.16.0'

apply plugin: 'java'

Expand Down

0 comments on commit a61c4b2

Please sign in to comment.