You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/tut/docs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ To begin, add the following dependency to your SBT build file:
31
31
[comment]: #(Start Replace)
32
32
33
33
```scala
34
-
"com.47deg"%%"fetch"%"0.6.1"
34
+
"com.47deg"%%"fetch"%"0.6.2"
35
35
```
36
36
37
37
Or, if using Scala.js:
38
38
39
39
```scala
40
-
"com.47deg"%%%"fetch"%"0.6.1"
40
+
"com.47deg"%%%"fetch"%"0.6.2"
41
41
```
42
42
43
43
[comment]: #(End Replace)
@@ -1266,4 +1266,4 @@ Fetch stands on the shoulders of giants:
1266
1266
-[Clump](http://getclump.io) has inspired the signature of the `DataSource#fetch*` methods.
1267
1267
-[Stitch](https://engineering.twitter.com/university/videos/introducing-stitch) is an in-house Twitter library that is not open source but has inspired Fetch's high-level API.
1268
1268
-[Cats](http://typelevel.org/cats/), a library for functional programming in Scala.
1269
-
-[Monix](https://monix.io) high-performance and multiplatform (Scala / Scala.js) asynchronous programming library.
1269
+
-[Monix](https://monix.io) high-performance and multiplatform (Scala / Scala.js) asynchronous programming library.
0 commit comments