Skip to content

Commit

Permalink
Fix guava dep for ckb
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed Jul 20, 2023
1 parent 7cefe1f commit 6d8ae44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies {
implementation project(":serialization")

implementation "com.google.code.gson:gson:$gsonVersion"
implementation "com.google.guava:guava:$guavaVersion"
}

apply plugin: 'com.github.johnrengelman.shadow'

0 comments on commit 6d8ae44

Please sign in to comment.