diff --git a/dub.json b/dub.json index 2e5ec2a..a3634d4 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.3" }, "description": "Tag-based asynchronous messaging framework", "license": "LGPL-3.0", diff --git a/dub.selections.json b/dub.selections.json index dcd40a2..b638810 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,6 +1,6 @@ { "fileVersion": 1, "versions": { - "bformat": "2.0.0" + "bformat": "3.1.3" } }