Skip to content

Commit b045a37

Browse files
committed
Updated to v4.5.7
1 parent 0eac198 commit b045a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ libraryDependencies ++= Seq(
7070
// See https://docs.web3j.io/modules.html
7171
"org.web3j" % "abi" % web3jVersion withSources(), // Application Binary Interface encoders
7272
"org.web3j" % "codegen" % web3jVersion withSources(), // Code generators
73-
"org.web3j" % "console" % web3jVersion withSources(), // Command-line tools
73+
//"org.web3j" % "console" % web3jVersion withSources(), // Command-line tools
7474
"org.web3j" % "core" % web3jVersion withSources(),
7575
// "org.web3j" % "crypto" % web3jVersion withSources(), // For transaction signing and key/wallet management
7676
"org.web3j" % "geth" % web3jVersion withSources(), // Geth-specific JSON-RPC module

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.2.8
1+
sbt.version=1.3.4

0 commit comments

Comments
 (0)