From 66be270b61245ef0ab87c1dd4f2ce5d9ee7ec9e6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 4 Dec 2020 19:07:33 +0200 Subject: [PATCH] Use bformat 3.1.0 --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 9d2262a..b2a9ac0 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { - "bformat": "~>2.0.0", + "bformat": "~>3.1.0", "gogga": "~>0.0.2", "tristanable": "~>0.0.33" }, diff --git a/dub.selections.json b/dub.selections.json index 2ff27c7..b71b90e 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,7 @@ { "fileVersion": 1, "versions": { - "bformat": "2.0.0", + "bformat": "3.1.0", "gogga": "0.0.2", "tristanable": "0.0.33" }