File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ import com.github.sbt.git.SbtGit.GitKeys.gitCurrentBranch
33enablePlugins(UniversalDeployPlugin , GitVersioning , sbtdocker.DockerPlugin , VersionObject )
44
55git.useGitDescribe := true
6- git.baseVersion := " 1.0 .0"
6+ git.baseVersion := " 1.1 .0"
77git.uncommittedSignifier := Some (" DIRTY" )
88
99inScope(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"
2828maintainer := " Units Network Team"
2929
3030libraryDependencies ++= {
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 ,
You can’t perform that action at this time.
0 commit comments