From 45b47edd73a2fa0a817d10a0e03a234b291e168f Mon Sep 17 00:00:00 2001 From: nemoo Date: Tue, 11 Nov 2025 12:45:57 +0100 Subject: [PATCH] Scala-cli dependency Add the onliner to add requests to a scala-cli project. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d7931d3..549f84a 100644 --- a/readme.md +++ b/readme.md @@ -67,6 +67,7 @@ Use the following import to get you started: ivy"com.lihaoyi::requests:0.9.0" // mill "com.lihaoyi" %% "requests" % "0.9.0" // sbt compile "com.lihaoyi:requests_2.12:0.9.0" //gradle +//> using dep "com.lihaoyi::requests:0.9.0" // scala-cli ``` ## Making a Request