Skip to content

Commit 4bd4f8c

Browse files
committedMar 19, 2020
4.5.17
1 parent 81597b0 commit 4bd4f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add this to your SBT project's `build.sbt`:
2121
"ethereum" at "https://dl.bintray.com/ethereum/maven/"
2222
)
2323

24-
libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.16" withSources()
24+
libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.17" withSources()
2525

2626
This library is cross-built for Scala 2.12 and 2.13. Tested with Oracle JDK 8 and OpenJDK 8 & 11.
2727

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val web3jVersion = "4.5.16"
1+
val web3jVersion = "4.5.17"
22

33
cancelable := true
44

0 commit comments

Comments
 (0)