From 9ea55daa98a8bbe73c5ca3f60819639f4db99cf7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 04:23:01 +0000 Subject: [PATCH] Update os-lib to 0.11.8 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 35950ff1eb..1a05a7aa5f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Dependencies { lazy val common = core ++ infoset ++ test lazy val core = Seq( - "com.lihaoyi" %% "os-lib" % "0.11.7", // for writing/compiling C source files + "com.lihaoyi" %% "os-lib" % "0.11.8", // for writing/compiling C source files "org.scala-lang.modules" %% "scala-xml" % "2.4.0", "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0", "com.ibm.icu" % "icu4j" % "78.2",