-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.2.19 (Mainnet + Testnet) (#3395)
- Loading branch information
Sergey Nazarov
authored
Mar 22, 2021
1 parent
dd7d1db
commit 7f83b02
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ inScope(Global)( | |
scalaVersion := "2.13.3", | ||
organization := "com.wavesplatform", | ||
organizationName := "Waves Platform", | ||
V.fallback := (1, 2, 18), | ||
V.fallback := (1, 2, 19), | ||
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"))), | ||
|