We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd76ed commit a94c23fCopy full SHA for a94c23f
readme.md
@@ -68,6 +68,7 @@ Use the following import to get you started:
68
ivy"com.lihaoyi::requests:0.9.1" // mill
69
"com.lihaoyi" %% "requests" % "0.9.1" // sbt
70
compile "com.lihaoyi:requests_2.12:0.9.1" //gradle
71
+//> using dep "com.lihaoyi::requests:0.9.1" // scala-cli
72
```
73
74
## Making a Request
0 commit comments