aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/git-commit.el2
-rw-r--r--lisp/magit-pkg.el14
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 4e14570..74e88c6 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -11,7 +11,7 @@
;; Marius Vollmer <marius.vollmer@gmail.com>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; Package-Requires: ((emacs "25.1") (dash "20180910") (with-editor "20181103"))
+;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (with-editor "2.8.0"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index f4ac879..915eb28 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,9 +1,9 @@
-(define-package "magit" "2.90.0"
+(define-package "magit" "2.90.1"
"A Git porcelain inside Emacs."
'((emacs "25.1")
- (async "20180527")
- (dash "20180910")
- (ghub "20181107")
- (git-commit "20181104")
- (magit-popup "20181003")
- (with-editor "20181103")))
+ (async "1.9.3")
+ (dash "2.14.1")
+ (ghub "3.0.0")
+ (git-commit "2.90.0")
+ (magit-popup "2.12.4")
+ (with-editor "2.8.0")))