Skip to content

Commit 22bb301

Browse files
authored
Merge pull request #429 from onflow/release/v0.30.2
Release v0.30.2
2 parents b8e1fa2 + 4570273 commit 22bb301

4 files changed

Lines changed: 282 additions & 117 deletions

File tree

docs/install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ The Flow CLI can be installed on macOS, Windows (7 or greater) and most Linux sy
1313
brew install flow-cli
1414
```
1515

16-
Note: it could take up to one hour for a new version to be propagated to Brew. In case you want to use the latest version immediately, follow the [instrcutions](#from-a-pre-built-binary) in the section below.
17-
1816
### From a pre-built binary
1917

2018
_This installation method only works on x86-64._

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ require (
99
github.com/joho/godotenv v1.4.0
1010
github.com/manifoldco/promptui v0.9.0
1111
github.com/onflow/cadence v0.20.2
12-
github.com/onflow/cadence/languageserver v0.18.3-0.20211210201446-24031a95deaf
12+
github.com/onflow/cadence/languageserver v0.18.3-0.20211005105715-3c618f0fcd10
1313
github.com/onflow/flow-core-contracts/lib/go/templates v0.7.9
14-
github.com/onflow/flow-emulator v0.27.2
15-
github.com/onflow/flow-go v0.23.2-0.20211125195119-1ee2fc2dd5d9
14+
github.com/onflow/flow-emulator v0.27.3
15+
github.com/onflow/flow-go v0.23.4
1616
github.com/onflow/flow-go-sdk v0.24.0
1717
github.com/psiemens/sconfig v0.1.0
1818
github.com/spf13/afero v1.6.0
19-
github.com/spf13/cobra v1.2.1
19+
github.com/spf13/cobra v1.3.0
2020
github.com/stretchr/testify v1.7.0
2121
github.com/thoas/go-funk v0.7.0
2222
gonum.org/v1/gonum v0.9.3
23-
google.golang.org/grpc v1.42.0
23+
google.golang.org/grpc v1.43.0
2424
)

0 commit comments

Comments
 (0)