branch: externals/elpa
commit 433779dbd27e1a9678e4c6cd4189c65d1900665a
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>
* eglot.el (Package-Requires): Require Flymake 1.0.9 and eldoc 1.2.0
---
eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eglot.el b/eglot.el
index b94fcc3..3e9c964 100644
--- a/eglot.el
+++ b/eglot.el
@@ -7,7 +7,7 @@
;; Maintainer: João Távora <[email protected]>
;; URL: https://github.com/joaotavora/eglot
;; Keywords: convenience, languages
-;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.9") (flymake "1.0.8")
(project "0.3.0") (xref "1.0.1") (eldoc "1.1.0"))
+;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.9") (flymake "1.0.9")
(project "0.3.0") (xref "1.0.1") (eldoc "1.2.0"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by