From 14819d41884e65c5250bed6d70fcf72318e63626 Mon Sep 17 00:00:00 2001 From: ThummeTo <83663542+ThummeTo@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:29:03 +0100 Subject: [PATCH] V0.3.0-1 (#34) * restored compatibility with FMICore * reintegrated tests, ready for FMISensitivity * minor adjustments * test all tests * removed FMIExport depnedncy in examples * added uuids --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 72b02fb..89bdede 100644 --- a/Project.toml +++ b/Project.toml @@ -13,4 +13,5 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" Dates = "1" EzXML = "1.1.0" FMICore = "0.18.0 - 0.19.0" +UUIDs = "1" julia = "1.6"