]> git.eshelyaron.com Git - emacs.git/commitdiff
* eglot.el (package-requires): require jsonrpc 1.0.7.
authorJoão Távora <joaotavora@gmail.com>
Wed, 19 Dec 2018 21:57:00 +0000 (21:57 +0000)
committerJoão Távora <joaotavora@gmail.com>
Wed, 19 Dec 2018 21:57:00 +0000 (21:57 +0000)
lisp/progmodes/eglot.el

index 7f3eea4748afdd9007d8fab939ff9d7e30992675..108e7f0d9201fc1fb14c14d8565bf64a696c7b90 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: João Távora <joaotavora@gmail.com>
 ;; 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