From 92d1b1b9000cddd4b8c2823e1c5c6835853f93eb Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 19 May 2022 17:03:20 +0200 Subject: [PATCH] Upgraded to new Eventy --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 35fb4f9..ac07f06 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2021, Tristan B. Kildaire", "dependencies": { "bformat": "~>3.1.3", - "eventy": "0.2.2", + "eventy": "0.2.4", "tristanable": "2.6.9" }, "description": "Tagged network-message task engine", diff --git a/dub.selections.json b/dub.selections.json index 3cdaacc..71714ca 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,7 +2,7 @@ "fileVersion": 1, "versions": { "bformat": "3.1.3", - "eventy": "0.2.2", + "eventy": "0.2.4", "tristanable": "2.6.9" } }