From: João Távora Date: Wed, 19 Dec 2018 21:57:00 +0000 (+0000) Subject: * eglot.el (package-requires): require jsonrpc 1.0.7. X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00fb3a184abd39dbdb9316faa83b4045fdf075a4;p=emacs.git * eglot.el (package-requires): require jsonrpc 1.0.7. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 7f3eea4748a..108e7f0d920 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -7,7 +7,7 @@ ;; Maintainer: João Távora ;; URL: https://github.com/joaotavora/eglot ;; Keywords: convenience, languages -;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.6") (flymake "1.0.2")) +;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.7") (flymake "1.0.2")) ;; 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