From 8237afcdc774764df4c36f2e05b696d580546ee8 Mon Sep 17 00:00:00 2001 From: Joan Goyeau Date: Fri, 31 Jan 2025 14:01:01 -0500 Subject: [PATCH] Revert os-lib to 0.11.4-M2 This is causing our plugins to fail due to https://github.com/com-lihaoyi/os-lib/issues/349 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index bead824632f2..f39ce7a17241 100644 --- a/build.mill +++ b/build.mill @@ -148,7 +148,7 @@ object Deps { val junitInterface = ivy"com.github.sbt:junit-interface:0.13.3" val commonsIo = ivy"commons-io:commons-io:2.18.0" val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.24.3" - val osLib = ivy"com.lihaoyi::os-lib:0.11.4-M4" + val osLib = ivy"com.lihaoyi::os-lib:0.11.4-M2" val pprint = ivy"com.lihaoyi::pprint:0.9.0" val mainargs = ivy"com.lihaoyi::mainargs:0.7.6" val millModuledefsVersion = "0.11.2"