Skip to content

Commit

Permalink
Bump lsp-dart: 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Oct 29, 2022
1 parent a8939d6 commit b99f743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "lsp-dart" "1.22.2" "Dart support lsp-mode")
(package "lsp-dart" "1.23.0" "Dart support lsp-mode")

(package-file "lsp-dart.el")

Expand Down
4 changes: 2 additions & 2 deletions lsp-dart.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Copyright (C) 2022 Eric Dallo

;; Version: 1.22.2
;; Version: 1.23.0
;; Package-Requires: ((emacs "26.3") (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"))
;; Keywords: languages, extensions
;; URL: https://emacs-lsp.github.io/lsp-dart
Expand Down Expand Up @@ -99,7 +99,7 @@ If unspecified, diagnostics will not be generated."

;;; Internal

(defvar lsp-dart-version-string "1.22.2")
(defvar lsp-dart-version-string "1.23.0")

(defun lsp-dart--library-folders ()
"Return the library folders path to analyze."
Expand Down

0 comments on commit b99f743

Please sign in to comment.