From ed9bb9e391622580d99e3174eddd9ba7213fb571 Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Thu, 30 Jul 2015 12:27:57 -0700 Subject: [PATCH] Update mojo and mojo_services dependencies --- engine/src/flutter/sky/packages/sky_services/pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/src/flutter/sky/packages/sky_services/pubspec.yaml b/engine/src/flutter/sky/packages/sky_services/pubspec.yaml index a2cc52cc92b..e3c60b286c6 100644 --- a/engine/src/flutter/sky/packages/sky_services/pubspec.yaml +++ b/engine/src/flutter/sky/packages/sky_services/pubspec.yaml @@ -4,7 +4,6 @@ author: Chromium Authors description: Mojom interfaces associated with Sky homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky_services dependencies: - mojo: 0.0.20 - mojom: 0.0.20 + mojo: 0.0.21 environment: sdk: '>=1.8.0 <2.0.0'