Skip to content

Commit 8b063c4

Browse files
authored
Update os-lib 0.11.1 (#3687)
Pulls in com-lihaoyi/os-lib#320 which should let us remove the workaround in 561a007
1 parent 561a007 commit 8b063c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ object Deps {
149149
val junitInterface = ivy"com.github.sbt:junit-interface:0.13.3"
150150
val commonsIO = ivy"commons-io:commons-io:2.16.1"
151151
val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.23.1"
152-
val osLib = ivy"com.lihaoyi::os-lib:0.11.0"
152+
val osLib = ivy"com.lihaoyi::os-lib:0.11.1"
153153
val pprint = ivy"com.lihaoyi::pprint:0.9.0"
154154
val mainargs = ivy"com.lihaoyi::mainargs:0.7.4"
155155
val millModuledefsVersion = "0.11.0"

ci/upload.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def apply(
3535
"Authorization" -> s"token $authKey"
3636
),
3737
data = os.read.bytes(uploadedFile)
38-
)
38+
)
3939

4040
println(res.text())
4141
val longUrl = ujson.read(res)("browser_download_url").str

0 commit comments

Comments
 (0)