File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments