diff --git a/build.sbt b/build.sbt index 49af663f67d..5edeaf2c453 100644 --- a/build.sbt +++ b/build.sbt @@ -98,7 +98,7 @@ inScope(Global)( scalaVersion := "2.13.3", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 2, 8), + V.fallback := (1, 2, 9), organizationHomepage := Some(url("https://wavesplatform.com")), scmInfo := Some(ScmInfo(url("https://github.com/wavesplatform/Waves"), "git@github.com:wavesplatform/Waves.git", None)), licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))),