File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ inScope(Global)(
3434name := " consensus-client"
3535maintainer := " Units Network Team"
3636
37+ // dependencyOverrides ++= Seq(
38+ // "org.slf4j" % "slf4j-api" % "1.7.30"
39+ // )
40+
3741libraryDependencies ++= {
3842 val node = " 1.6.1"
3943 val sttpVersion = " 3.11.0"
@@ -43,7 +47,7 @@ libraryDependencies ++= {
4347 " com.softwaremill.sttp.client3" %% " core" % sttpVersion,
4448 " com.softwaremill.sttp.client3" %% " play-json" % sttpVersion,
4549 " com.github.jwt-scala" %% " jwt-play-json" % " 11.0.3" ,
46- " org.web3j" % " core" % " 4.9.8"
50+ ( " org.web3j" % " core" % " 4.9.8" ).exclude( " org.slf4j " , " slf4j-api " )
4751 )
4852}
4953
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import scala.util.control.NonFatal
1515description := " Consensus client integration tests"
1616
1717libraryDependencies ++= Seq (
18- " org.testcontainers" % " testcontainers" % " 2.0.1 " ,
18+ " org.testcontainers" % " testcontainers" % " 2.0.3 " ,
1919 " org.web3j" % " core" % " 4.9.8"
2020).map(_ % Test )
2121
You can’t perform that action at this time.
0 commit comments