diff --git a/build.sbt b/build.sbt index fb156a5bf2d..be6a8b74c03 100644 --- a/build.sbt +++ b/build.sbt @@ -108,7 +108,7 @@ inScope(Global)( scalaVersion := "2.13.1", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 2, 5), + V.fallback := (1, 2, 6), 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"))), diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c6e5b115824..ed247e6428c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -165,7 +165,7 @@ object Dependencies { ) private[this] val protoSchemasLib = - "com.wavesplatform" % "protobuf-schemas" % "1.2.6-SNAPSHOT" classifier "proto" + "com.wavesplatform" % "protobuf-schemas" % "1.2.6" classifier "proto" lazy val scalapbRuntime = Def.setting { val version = scalapb.compiler.Version.scalapbVersion