Skip to content

Commit

Permalink
Bump lsp-dart: 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed May 16, 2023
1 parent a25d24f commit 5356af1
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.24.1" "Dart support lsp-mode")
(package "lsp-dart" "1.24.2" "Dart support lsp-mode")

(website-url "https://emacs-lsp.github.io/lsp-dart")
(keywords "languages" "extensions")
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.24.1
;; Version: 1.24.2
;; 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") (jsonrpc "1.0.15") (ht "2.2"))
;; 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.24.1")
(defvar lsp-dart-version-string "1.24.2")

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

0 comments on commit 5356af1

Please sign in to comment.