From f77a61d96adac960e884dab6f37b2c9a655a777a Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 4 Dec 2020 18:40:44 +0200 Subject: [PATCH] Upgraded to new bformat --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index a904834..db46b84 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { - "bformat": "~>1.0.8", + "bformat": "~>3.0.1", "gogga": "~>0.0.2", "tristanable": "~>0.0.33" }, diff --git a/dub.selections.json b/dub.selections.json index eb8dce8..823feb6 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,7 @@ { "fileVersion": 1, "versions": { - "bformat": "1.0.8", + "bformat": "3.0.1", "gogga": "0.0.2", "tristanable": "0.0.33" }