branch: externals/dape
commit c81da6a8bc75f3e7b2e61f949a44243a3b051765
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Bump jsonrpc to 1.0.29 in tests
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7238fb56462..e4dc2054d07 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 export EMACS ?= $(shell which emacs)
 
-JSONRPC = jsonrpc-1.0.28/jsonrpc.el
+JSONRPC = jsonrpc-1.0.29/jsonrpc.el
 
 ELFILES = dape.el dape-tests.el
 ELCFILES = $(addsuffix .elc, $(basename $(ELFILES)))

Reply via email to