Skip to content

Commit

Permalink
Version 1.3.7 (Mainnet + Testnet + Stagenet) (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nazarov authored Sep 20, 2021
1 parent bb46509 commit acd2455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ inScope(Global)(
scalaVersion := "2.13.6",
organization := "com.wavesplatform",
organizationName := "Waves Platform",
V.fallback := (1, 3, 6),
V.fallback := (1, 3, 7),
organizationHomepage := Some(url("https://wavesplatform.com")),
licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))),
scalacOptions ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.{Def, _}
object Dependencies {
// Node protobuf schemas
private[this] val protoSchemasLib =
"com.wavesplatform" % "protobuf-schemas" % "1.3.2-SNAPSHOT" classifier "protobuf-src" intransitive ()
"com.wavesplatform" % "protobuf-schemas" % "1.3.2" classifier "protobuf-src" intransitive ()

def akkaModule(module: String): ModuleID = "com.typesafe.akka" %% s"akka-$module" % "2.6.16"

Expand Down

0 comments on commit acd2455

Please sign in to comment.