Skip to content

Commit

Permalink
Merge pull request #34 from web3j/fix-unit-version
Browse files Browse the repository at this point in the history
bumped unit version
  • Loading branch information
AlexandrouR authored Feb 26, 2020
2 parents d8450c3 + 2d48133 commit 123e5e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/build.gradle.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ web3j {
}

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/build.gradleImport.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ web3j {
}

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/build.gradleImportJava11.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web3j {
}

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/build.gradleJava11.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ web3j {
}

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

Expand Down

0 comments on commit 123e5e3

Please sign in to comment.