From 1375f1acf881674ecb13234bb0ed6fa1e278500e Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 15 Sep 2021 15:55:04 +0200 Subject: [PATCH] Fixed compilation errors --- dub.json | 2 +- dub.selections.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index dba7ec9..9961fa9 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { - "bformat": "~>1.0.8", + "bformat": "3.1.3", "protobuf": "0.6.2", "tasky": "~>0.0.4", "tristanable": "2.3.13" diff --git a/dub.selections.json b/dub.selections.json index 9d5d573..8d02bc7 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,10 +1,10 @@ { "fileVersion": 1, "versions": { - "bformat": "1.0.8", + "bformat": "3.1.3", "eventy": "0.1.4", "protobuf": "0.6.2", "tasky": "0.0.4", - "tristanable": "2.2.0" + "tristanable": "2.3.13" } }