File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ libraryDependencies ++= Seq(
70
70
// See https://docs.web3j.io/modules.html
71
71
" org.web3j" % " abi" % web3jVersion withSources(), // Application Binary Interface encoders
72
72
" 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
74
74
" org.web3j" % " core" % web3jVersion withSources(),
75
75
// "org.web3j" % "crypto" % web3jVersion withSources(), // For transaction signing and key/wallet management
76
76
" org.web3j" % " geth" % web3jVersion withSources(), // Geth-specific JSON-RPC module
Original file line number Diff line number Diff line change 1
- sbt.version =1.2.8
1
+ sbt.version =1.3.4
You can’t perform that action at this time.
0 commit comments