We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cade08 commit 14164b0Copy full SHA for 14164b0
README.md
@@ -21,7 +21,7 @@ Add this to your SBT project's `build.sbt`:
21
"ethereum" at "https://dl.bintray.com/ethereum/maven/"
22
)
23
24
- libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.13" withSources()
+ libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.15" withSources()
25
26
This library is cross-built for Scala 2.12 and 2.13. Tested with Oracle JDK 8 and OpenJDK 8 & 11.
27
build.sbt
@@ -1,4 +1,4 @@
1
-val web3jVersion = "4.5.13"
+val web3jVersion = "4.5.15"
2
3
cancelable := true
4
0 commit comments