From 93a70617a16e7a4945a2866de3faf29c392f08e1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Feb 2026 02:50:41 +0000 Subject: [PATCH] Update os-lib to 0.11.8 --- build.mill.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill.scala b/build.mill.scala index dae7d81..e877c03 100644 --- a/build.mill.scala +++ b/build.mill.scala @@ -28,7 +28,7 @@ object Deps { def expecty = "0.17.1" def jsoniterScala = "2.38.5" def munit = "1.2.1" - def osLib = "0.11.6" + def osLib = "0.11.8" def ubuntuDockerVersion = "ubuntu:24.04" } def bouncycastle = mvn"org.bouncycastle:bcpg-jdk18on:${Versions.bouncycastle}"