From b8f2918ba3633cf4aa114a7223e80409bf94a58b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 20:16:39 +0000 Subject: [PATCH] Update distage-core to 1.2.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a90ff4..a44bbb1 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val scala3Version = "3.4.2" val BesomCommandVersion = "0.10.0-core.0.3" val BesomProxmoxveVersion = "6.3.1-core.0.3" val BesomVersion = "0.3.2" -val IzumiVersion = "1.2.9" +val IzumiVersion = "1.2.10" val OsLibVersion = "0.10.2" val ZioInteropCatsVersion = "23.1.0.2" val ZioVersion = "2.1.3"