Skip to content

Commit

Permalink
Version 1.3.9 (Mainnet + Testnet) (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nazarov authored Nov 11, 2021
1 parent b40b9f8 commit e833ebd
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 @@ -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(
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.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"

Expand Down

0 comments on commit e833ebd

Please sign in to comment.