From c9c216b9f1b61666dfc2aace271072ada2c1d629 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Mon, 26 Aug 2019 11:29:55 +0200 Subject: Fixed deprecated API use --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 2515abda..258a5baf 100755 --- a/build.sc +++ b/build.sc @@ -677,7 +677,7 @@ def uploadToGithub(authKey: String) = T.command{ scalaj.http.Http("https://api.github.com/repos/lihaoyi/mill/releases") .postData( ujson.write( - ujson.Js.Obj( + ujson.Obj( "tag_name" -> releaseTag, "name" -> releaseTag ) -- cgit v1.2.3