]> git.eshelyaron.com Git - emacs.git/commitdiff
Bump eglot version to 1.7
authorJoão Távora <joaotavora@gmail.com>
Wed, 16 Dec 2020 16:40:41 +0000 (16:40 +0000)
committerJoão Távora <joaotavora@gmail.com>
Wed, 16 Dec 2020 16:40:41 +0000 (16:40 +0000)
* eglot.el (Version): Bump to 1.7.
(Package-Requires): Bump dependency versions.

lisp/progmodes/eglot.el

index c240c4251ba4a62554ea36d36aee76144bf57bca..35c959bb20d0410b596b546ca00c42cb6ea24844 100644 (file)
@@ -2,12 +2,12 @@
 
 ;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
-;; Version: 1.6
+;; Version: 1.7
 ;; Author: João Távora <joaotavora@gmail.com>
 ;; 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.9") (flymake "1.0.9") (project "0.3.0") (xref "1.0.1") (eldoc "1.5.0"))
+;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.14") (flymake "1.0.9") (project "0.3.0") (xref "1.0.1") (eldoc "1.11.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