Skip to content

Commit

Permalink
Version 1.4.14 (Mainnet + Testnet + Stagenet) (#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot authored Mar 27, 2023
1 parent 2619abc commit 1e4831f
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.4-SNAPSHOT" classifier "protobuf-src" intransitive ()
"com.wavesplatform" % "protobuf-schemas" % "1.4.4" classifier "protobuf-src" intransitive ()

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

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.13"
git.baseVersion := "1.4.14"

0 comments on commit 1e4831f

Please sign in to comment.