From 90ebc792c9b5f4c31e399060d894155341a7bec2 Mon Sep 17 00:00:00 2001 From: Szabo Bogdan Date: Tue, 3 Apr 2018 01:08:21 +0300 Subject: [PATCH] fix examples --- examples/spec/dub.json | 2 +- examples/test-class/dub.json | 2 +- examples/unittest/dub.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/spec/dub.json b/examples/spec/dub.json index 3de7d7f..04352a1 100644 --- a/examples/spec/dub.json +++ b/examples/spec/dub.json @@ -19,7 +19,7 @@ "importPaths": ["source", "tests"], "dependencies": { - "fluent-asserts": "0.10.2", + "fluent-asserts": "0.11.2", "trial:lifecycle": { "path": "../../" } diff --git a/examples/test-class/dub.json b/examples/test-class/dub.json index bd14d32..d129f65 100644 --- a/examples/test-class/dub.json +++ b/examples/test-class/dub.json @@ -19,7 +19,7 @@ "importPaths": ["source", "tests"], "dependencies": { - "fluent-asserts": "0.10.2", + "fluent-asserts": "0.11.2", "trial:lifecycle": { "path": "../../" } diff --git a/examples/unittest/dub.json b/examples/unittest/dub.json index b395c3c..36b653d 100644 --- a/examples/unittest/dub.json +++ b/examples/unittest/dub.json @@ -8,6 +8,6 @@ "license": "MIT", "dependencies": { - "fluent-asserts": "0.10.2" + "fluent-asserts": "0.11.2" } } \ No newline at end of file