Skip to content

Commit 7f3ee5b

Browse files
committed
Bumped node version
1 parent 54b8b7b commit 7f3ee5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.github.sbt.git.SbtGit.GitKeys.gitCurrentBranch
33
enablePlugins(UniversalDeployPlugin, GitVersioning, sbtdocker.DockerPlugin, VersionObject)
44

55
git.useGitDescribe := true
6-
git.baseVersion := "1.1.0"
6+
git.baseVersion := "1.3.0"
77
git.uncommittedSignifier := Some("DIRTY")
88

99
inScope(Global)(
@@ -33,7 +33,7 @@ name := "consensus-client"
3333
maintainer := "Units Network Team"
3434

3535
libraryDependencies ++= {
36-
val node = "1.5.12-SNAPSHOT"
36+
val node = "1.5.12"
3737
val sttpVersion = "3.11.0"
3838
Seq(
3939
"com.wavesplatform" % "node-testkit" % node % Test,

0 commit comments

Comments
 (0)