Skip to content

Commit d5b0b9b

Browse files
committed
Bump lsp-dart: 1.19.4
1 parent d2dc625 commit d5b0b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-dart.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Copyright (C) 2020 Eric Dallo
44

5-
;; Version: 1.20.0
5+
;; Version: 1.19.4
66
;; Package-Requires: ((emacs "26.1") (lsp-treemacs "0.3") (lsp-mode "7.0.1") (dap-mode "0.6") (f "0.20.0") (dash "2.14.1") (dart-mode "1.0.5"))
77
;; Keywords: languages, extensions
88
;; URL: https://emacs-lsp.github.io/lsp-dart
@@ -99,7 +99,7 @@ If unspecified, diagnostics will not be generated."
9999

100100
;;; Internal
101101

102-
(defvar lsp-dart-version-string "1.20.0")
102+
(defvar lsp-dart-version-string "1.19.4")
103103

104104
(defun lsp-dart--library-folders ()
105105
"Return the library folders path to analyze."

0 commit comments

Comments
 (0)