Skip to content

Commit 264f635

Browse files
committed
4.5.4
1 parent ebc02fb commit 264f635

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
@@ -19,7 +19,7 @@ Add this to your SBT project's `build.sbt`:
1919

2020
resolvers += "micronautics/scala on bintray" at "http://dl.bintray.com/micronautics/scala"
2121

22-
libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.2" withSources()
22+
libraryDependencies += "com.micronautics" %% "web3j-scala" % "4.5.4" withSources()
2323

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "com.micronautics"
22

33
name := "web3j-scala"
44

5-
version := "4.5.2"
5+
version := "4.5.4"
66

77
scalaVersion := "2.13.1"
88
//scalaVersion := "2.12.10"

0 commit comments

Comments
 (0)