From 1b723d896f6da7935e1e24baf5e35ac692dcf37c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 12 Jun 2019 11:54:29 +0200 Subject: [PATCH] bump required component versions --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index b17a643..4fd3f1d 100644 --- a/library.json +++ b/library.json @@ -7,15 +7,15 @@ "dependencies": [ { "name": "keeper-contracts", - "version": "~0.9.0" + "version": "~0.9.7" }, { "name": "brizo", - "version": "~0.3.4" + "version": "~0.3.10" }, { "name": "aquarius", - "version": "~0.2.1" + "version": "~0.2.9" } ] }