From e833ebd55e66fd9e4f080c0b359827d2d53ceb61 Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Thu, 11 Nov 2021 14:38:27 +0300 Subject: [PATCH] Version 1.3.9 (Mainnet + Testnet) (#3582) --- build.sbt | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a210aabd159..7cf418c113e 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ inScope(Global)( scalaVersion := "2.13.6", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 3, 8), + V.fallback := (1, 3, 9), organizationHomepage := Some(url("https://wavesplatform.com")), licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))), scalacOptions ++= Seq( diff --git a/project/Dependencies.scala b/project/Dependencies.scala index eac79b4a6d0..db5dea9ef9f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ import sbt.Keys._ object Dependencies { // Node protobuf schemas private[this] val protoSchemasLib = - "com.wavesplatform" % "protobuf-schemas" % "1.3.3-SNAPSHOT" classifier "protobuf-src" intransitive () + "com.wavesplatform" % "protobuf-schemas" % "1.3.3" classifier "protobuf-src" intransitive () def akkaModule(module: String): ModuleID = "com.typesafe.akka" %% s"akka-$module" % "2.6.17"