Skip to content

Commit f0ee11d

Browse files
paytonrulesjuergenhoetzel
authored andcommitted
Update FSAutoComplete to the latest release
This should address quite a few defects that have been sitting in the (currently year old) release of FSAutocomplete.
1 parent e57122e commit f0ee11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ load_integration_tests = $(patsubst %,-l %, $(integration_tests))
2525
# Autocomplete binary distribution.
2626
ac_name = fsautocomplete
2727
ac_exe = $(bin_d)/$(ac_name).exe
28-
ac_version = 0.34.0
28+
ac_version = 0.35.0
2929
ac_archive = $(ac_name)-$(ac_version).zip
3030
ac_url = https://github.com/fsharp/FsAutoComplete/releases/download/$(ac_version)/$(ac_name).zip
3131

0 commit comments

Comments
 (0)