Skip to content

Commit

Permalink
Version 1.2.15 (Mainnet + Testnet + Stagenet) (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nazarov authored Dec 17, 2020
1 parent fe15bfb commit 5b8ea22
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 @@ -100,7 +100,7 @@ inScope(Global)(
scalaVersion := "2.13.3",
organization := "com.wavesplatform",
organizationName := "Waves Platform",
V.fallback := (1, 2, 14),
V.fallback := (1, 2, 15),
organizationHomepage := Some(url("https://wavesplatform.com")),
scmInfo := Some(ScmInfo(url("https://github.com/wavesplatform/Waves"), "[email protected]:wavesplatform/Waves.git", None)),
licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))),
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ object Dependencies {
)

private[this] val protoSchemasLib =
"com.wavesplatform" % "protobuf-schemas" % "1.2.9-N2265-SNAPSHOT" classifier "proto" intransitive ()
"com.wavesplatform" % "protobuf-schemas" % "1.2.10" classifier "proto" intransitive ()

lazy val scalapbRuntime = Def.setting {
val version = scalapb.compiler.Version.scalapbVersion
Expand Down

0 comments on commit 5b8ea22

Please sign in to comment.