Skip to content

Commit

Permalink
Update os-lib 0.11.1 (#3687)
Browse files Browse the repository at this point in the history
Pulls in com-lihaoyi/os-lib#320 which should let
us remove the workaround in
561a007
  • Loading branch information
lihaoyi authored Oct 8, 2024
1 parent 561a007 commit 8b063c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ci/upload.mill
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b063c4

Please sign in to comment.