From 8e108e6d333aa827a494e1bd534c1fc265893351 Mon Sep 17 00:00:00 2001 From: NichtStudioCode <51272202+NichtStudioCode@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:53:44 +0100 Subject: [PATCH] Update InvUI --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3ed625fddc..e6adcd3b85 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ format.version = "1.1" [versions] bytebase = "0.4.8" cbf = "0.17" -invui = "2.0.0-SNAPSHOT" +invui = "2.0.0-alpha.1" jgrapht = "1.5.2" kotlin = "2.1.0" kotlinx-coroutines = "1.9.0"