Skip to content

Commit

Permalink
In makefile bump jsonrpc version to 1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Feb 2, 2024
1 parent c26a176 commit 3e658c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export EMACS ?= $(shell which emacs)

JSONRPC = jsonrpc-1.0.19/jsonrpc.el
JSONRPC = jsonrpc-1.0.21/jsonrpc.el

ELFILES = dape.el dape-tests.el
ELCFILES = $(addsuffix .elc, $(basename $(ELFILES)))
Expand Down

0 comments on commit 3e658c4

Please sign in to comment.