Skip to content

Commit f421f79

Browse files
authored
[Chore] Fix compilation issues with updated web3j (#710)
* Fix compilation issues with updated web3j, make Circle compile all targets * Apply nix-expr.patch
1 parent 8b0b08f commit f421f79

File tree

3 files changed

+450
-324
lines changed

3 files changed

+450
-324
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ object Dependencies {
9797
"org.scala-sbt.ipcsocket" % "ipcsocket" % "1.1.0",
9898
"com.google.guava" % "guava" % "29.0-jre",
9999
"org.xerial.snappy" % "snappy-java" % "1.1.7.7",
100-
"org.web3j" % "core" % "3.4.0" % Test
100+
"org.web3j" % "core" % "5.0.0" % Test
101101
)
102102

103103
val prometheus: Seq[ModuleID] = {

0 commit comments

Comments
 (0)