Skip to content

Commit

Permalink
Version 1.4.3 (Stagenet) (#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nazarov authored Apr 7, 2022
1 parent 900b3d0 commit 53a8d1d
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 @@ -129,7 +129,7 @@ inScope(Global)(
scalaVersion := "2.13.8",
organization := "com.wavesplatform",
organizationName := "Waves Platform",
V.fallback := (1, 4, 2),
V.fallback := (1, 4, 3),
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.4.1-SNAPSHOT" classifier "protobuf-src" intransitive ()
"com.wavesplatform" % "protobuf-schemas" % "1.4.1" classifier "protobuf-src" intransitive ()

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

Expand Down

0 comments on commit 53a8d1d

Please sign in to comment.