Skip to content

Commit 6d2453c

Browse files
committed
Update readme
1 parent ba392b7 commit 6d2453c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ sttp is a family of Scala HTTP-related projects, and currently includes:
1111
* [sttp model](https://github.com/softwaremill/sttp-model): Simple Scala HTTP model.
1212
* sttp shared: this project. Shared web socket, FP abstractions, capabilities and streaming code.
1313

14+
## Quickstart with sbt
15+
16+
Add the following dependency:
17+
18+
```scala
19+
"com.softwaremill.sttp.shared" %% "core" % "1.0.0-RC9"
20+
```
21+
22+
sttp model is available for Scala 2.11, 2.12, 2.13, 3.0.0-Mx, Scala.JS and Scala Native.
23+
1424
### Building & testing the scala-native version
1525

1626
By default, sttp-native will **not** be included in the aggregate build of the root project. To include it, define the `STTP_NATIVE` environmental variable before running sbt, e.g.:

0 commit comments

Comments
 (0)