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

    Bump jsonrpc used for tests
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 09df577dd0..0884376d75 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 export EMACS ?= $(shell which emacs)
 
-JSONRPC = jsonrpc-1.0.25/jsonrpc.el
+JSONRPC = jsonrpc-1.0.26/jsonrpc.el
 
 ELFILES = dape.el dape-tests.el
 ELCFILES = $(addsuffix .elc, $(basename $(ELFILES)))

Reply via email to