Skip to content

Commit 242a6cf

Browse files
committed
4.5.5
1 parent 7fb39c7 commit 242a6cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ javacOptions ++= Seq(
6060
)
6161

6262
resolvers ++= Seq(
63-
"Ethereum Maven" at "https://dl.bintray.com/ethereum/maven/"
63+
"Ethereum Maven" at "https://dl.bintray.com/ethereum/maven/",
64+
"bintray" at "https://bintray.com/web3j/maven/org.web3j"
6465
)
6566

6667
val web3jVersion = "4.5.5"

0 commit comments

Comments
 (0)