From 09178af09044d7b6db787583272a57e67481e903 Mon Sep 17 00:00:00 2001 From: Szabo Bogdan Date: Thu, 2 Apr 2020 16:48:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca1843d..4632fa5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Unfortunately the [assert expression](https://dlang.org/spec/expression.html#Ass { "name": "unittest", "dependencies": { - "fluent-asserts": "~>0.12.3", + "fluent-asserts": "~>0.13.0", ... } },