Skip to content

Commit

Permalink
bumped node version
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Dec 11, 2024
1 parent 0b7083d commit 24d4733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name := "consensus-client"
maintainer := "Units Network Team"

libraryDependencies ++= {
val node = "1.5-3977-SNAPSHOT"
val node = "1.5-SNAPSHOT"
val sttp = "3.10.1"
Seq(
"com.wavesplatform" % "node-testkit" % node % Test,
Expand Down

0 comments on commit 24d4733

Please sign in to comment.