Skip to content

Commit

Permalink
Version 1.4.6 (Mainnet + Testnet + Stagenet) (#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nazarov authored Jun 8, 2022
1 parent a5c23b0 commit c60f9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3-SNAPSHOT" classifier "protobuf-src" intransitive ()
"com.wavesplatform" % "protobuf-schemas" % "1.4.3" classifier "protobuf-src" intransitive ()

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

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git.baseVersion := "1.4.5"
git.baseVersion := "1.4.6"

0 comments on commit c60f9f2

Please sign in to comment.