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 ebc02fb commit 264f635Copy full SHA for 264f635
README.md
@@ -19,7 +19,7 @@ Add this to your SBT project's `build.sbt`:
19
20
resolvers += "micronautics/scala on bintray" at "http://dl.bintray.com/micronautics/scala"
21
22
- libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.2" withSources()
+ libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.4" withSources()
23
24
This library is cross-built for Scala 2.12 and 2.13. Tested with Oracle JDK 8 and OpenJDK 8 & 11.
25
build.sbt
@@ -2,7 +2,7 @@ organization := "com.micronautics"
2
3
name := "web3j-scala"
4
5
-version := "4.5.2"
+version := "4.5.4"
6
7
scalaVersion := "2.13.1"
8
//scalaVersion := "2.12.10"
0 commit comments