From 8b063c48d76837870af188ad48500bb739668f2b Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 8 Oct 2024 10:20:27 +0200 Subject: [PATCH] Update os-lib 0.11.1 (#3687) Pulls in https://github.com/com-lihaoyi/os-lib/pull/320 which should let us remove the workaround in https://github.com/com-lihaoyi/mill/commit/561a007738846a5d3c0ffa88f4cd5875fce20cd1 --- build.mill | 2 +- ci/upload.mill | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.mill b/build.mill index 0e905c8b268..72dd2f4ca10 100644 --- a/build.mill +++ b/build.mill @@ -149,7 +149,7 @@ object Deps { val junitInterface = ivy"com.github.sbt:junit-interface:0.13.3" val commonsIO = ivy"commons-io:commons-io:2.16.1" val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.23.1" - val osLib = ivy"com.lihaoyi::os-lib:0.11.0" + val osLib = ivy"com.lihaoyi::os-lib:0.11.1" val pprint = ivy"com.lihaoyi::pprint:0.9.0" val mainargs = ivy"com.lihaoyi::mainargs:0.7.4" val millModuledefsVersion = "0.11.0" diff --git a/ci/upload.mill b/ci/upload.mill index d175e440c1b..292fe350160 100644 --- a/ci/upload.mill +++ b/ci/upload.mill @@ -35,7 +35,7 @@ def apply( "Authorization" -> s"token $authKey" ), data = os.read.bytes(uploadedFile) - ) + ) println(res.text()) val longUrl = ujson.read(res)("browser_download_url").str