Skip to content

Commit

Permalink
Add dependency on node-testkit to make unit tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirlogachev committed Sep 12, 2024
1 parent b517f15 commit 34913a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name := "consensus-client"
maintainer := "Units Network Team"
resolvers ++= Resolver.sonatypeOssRepos("releases") ++ Resolver.sonatypeOssRepos("snapshots") ++ Seq(Resolver.mavenLocal)
libraryDependencies ++= Seq(
"com.wavesplatform" % "node-testkit" % "1.5.7" % "test",
"com.wavesplatform" % "node" % "1.5.7" % "provided",
"com.softwaremill.sttp.client3" % "core_2.13" % "3.9.8",
"com.softwaremill.sttp.client3" %% "play-json" % "3.9.8",
Expand Down

0 comments on commit 34913a9

Please sign in to comment.