Skip to content

Commit a33d3c6

Browse files
authored
Update Cadence Language Server to v1.6.0 (#2109)
1 parent 5e99e10 commit a33d3c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/gosuri/uilive v0.0.4
1414
github.com/logrusorgru/aurora/v4 v4.0.0
1515
github.com/onflow/cadence v1.7.0
16-
github.com/onflow/cadence-tools/languageserver v1.5.1
16+
github.com/onflow/cadence-tools/languageserver v1.6.0
1717
github.com/onflow/cadence-tools/lint v1.4.0
1818
github.com/onflow/cadence-tools/test v1.5.2
1919
github.com/onflow/fcl-dev-wallet v0.8.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ github.com/onflow/atree v0.10.1 h1:8sixWP3l3LitcyuKkVepbIsLbfr7JN3cCB/iA1j2JD8=
771771
github.com/onflow/atree v0.10.1/go.mod h1:+BuiL0XuIigHJqwkdIuDNzxXvyDx1jYUog/w+iZhcE8=
772772
github.com/onflow/cadence v1.7.0 h1:bbxl9Hy3w3RuigO9higtecqqeqOAHzGMrA6AI8dDSUk=
773773
github.com/onflow/cadence v1.7.0/go.mod h1:1lKdLNVHIoO0jEjkRPMtOmBWYCG1An9TXSoiCuGIIpo=
774-
github.com/onflow/cadence-tools/languageserver v1.5.1 h1:4JoOueDnhHikfLKmzehsT51iE0EwXZhR8fJC/Qitoi0=
775-
github.com/onflow/cadence-tools/languageserver v1.5.1/go.mod h1:0YX8lFneTM0YyDve9rWAhQuJlrbg30nnEPvW7HwPEBo=
774+
github.com/onflow/cadence-tools/languageserver v1.6.0 h1:2bd5GkIeCJcvlGmZ0DZSpRIxaj59wkS88nfRqeH1MAo=
775+
github.com/onflow/cadence-tools/languageserver v1.6.0/go.mod h1:pzLn1z+mOkUn1Y1Ra9b3xj3HJFR28EUUj9ijBN8+yuk=
776776
github.com/onflow/cadence-tools/lint v1.4.0 h1:Y0MrpR4f+U8/LHYLVn7t95MIaigbfIcyNq0S4L/8loo=
777777
github.com/onflow/cadence-tools/lint v1.4.0/go.mod h1:p3GrQ3O6JZOSq76pMAUBZtruKAYXlNlUEaaPHegTwhQ=
778778
github.com/onflow/cadence-tools/test v1.5.2 h1:oloc4j96DDdwy7am5Woewg/BGnufVNmChpEfdMntBJU=

0 commit comments

Comments
 (0)