Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading