Skip to content

Commit 2ca21a6

Browse files
authored
Bumped Waves Node version to 1.5.10 (#50)
1 parent e94e576 commit 2ca21a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

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

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

99
inScope(Global)(
1010
Seq(
1111
onChangedBuildSource := ReloadOnSourceChanges,
12-
scalaVersion := "3.6.3",
12+
scalaVersion := "3.6.4",
1313
organization := "network.units",
1414
organizationName := "Units Network",
1515
resolvers ++= Resolver.sonatypeOssRepos("releases") ++ Resolver.sonatypeOssRepos("snapshots") ++ Seq(Resolver.mavenLocal),
@@ -28,7 +28,7 @@ name := "consensus-client"
2828
maintainer := "Units Network Team"
2929

3030
libraryDependencies ++= {
31-
val node = "1.5.10-SNAPSHOT"
31+
val node = "1.5.10"
3232
val sttpVersion = "3.10.3"
3333
Seq(
3434
"com.wavesplatform" % "node-testkit" % node % Test,

0 commit comments

Comments
 (0)