Skip to content

Commit

Permalink
Merge pull request #10 from pv-lk/master
Browse files Browse the repository at this point in the history
update dependencies for compatibility with Emacs 27
  • Loading branch information
pauldub authored Sep 16, 2019
2 parents c2ad321 + b3da702 commit fb7e415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activity-watch-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Website: https://activitywatch.net
;; Homepage: https://github.com/pauldub/activity-watch-mode
;; Keywords: calendar, comm
;; Package-Requires: ((emacs "24") (projectile "0") (request "0") (json "0") (cl "0"))
;; Package-Requires: ((emacs "25") (projectile "0") (request "0") (json "0") (cl-lib "0"))
;; Version: 1.0.2

;; This program is free software; you can redistribute it and/or modify
Expand All @@ -34,14 +34,14 @@
;; Requires request.el (https://tkf.github.io/emacs-request/)
;;

;;; Dependencies: request, projectile, json, cl
;;; Dependencies: request, projectile, json, cl-lib

;;; Code:

(require 'ert)
(require 'request)
(require 'json)
(require 'cl)
(require 'cl-lib)

(defconst activity-watch-version "1.0.0")
(defconst activity-watch-user-agent "emacs-activity-watch")
Expand Down

0 comments on commit fb7e415

Please sign in to comment.