From 07f227064a03945f7a739c058634e5a3deb424da Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 13 Sep 2019 11:21:02 +0200 Subject: [PATCH] update library.json --- library.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 4fd3f1d..d425418 100644 --- a/library.json +++ b/library.json @@ -7,15 +7,19 @@ "dependencies": [ { "name": "keeper-contracts", - "version": "~0.9.7" + "version": "~0.11.1" }, { "name": "brizo", - "version": "~0.3.10" + "version": "~0.4.2" }, { "name": "aquarius", - "version": "~0.2.9" + "version": "~0.3.8" + }, + { + "name": "events-handler", + "version": "~0.1.2" } ] }