From 7ec56043cff2b392b99bea331295561f3e1cd81e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Aug 2024 18:08:54 +0000 Subject: [PATCH] Update os-lib to 0.10.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b8c3ce..58ef498 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val BesomProxmoxveVersion = "6.3.1-core.0.3" val BesomVersion = "0.3.2" val IzumiVersion = "1.2.11" -val OsLibVersion = "0.10.3" +val OsLibVersion = "0.10.4" val ZioInteropCatsVersion = "23.1.0.2" val ZioVersion = "2.1.6"