Skip to content

Commit

Permalink
Upgrade vertx (Consensys#196)
Browse files Browse the repository at this point in the history
* Upgraded vertx.

* Updated pre-commit hook to use gradlew.
  • Loading branch information
rojotek authored and lucassaldanha committed Dec 19, 2018
1 parent 7dd97a4 commit ff1f220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ dependencies {
compile 'net.consensys.cava:cava:0.5.0'

// vertx
compile 'io.vertx:vertx-core:3.5.4'
compile 'io.vertx:vertx-web:3.5.4'
compile 'io.vertx:vertx-core:3.6.2'
compile 'io.vertx:vertx-web:3.6.2'

// crypto
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
Expand Down
2 changes: 1 addition & 1 deletion pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ set -e
exec 1>&2

# do a spotlessCheck, don't apply automatically just now.
exec gradle spotlessCheck
exec ./gradlew spotlessCheck

0 comments on commit ff1f220

Please sign in to comment.