File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You can require the entire toolkit in a single line:
9
9
10
10
Alternatively, you can require just a specific version of sttp:
11
11
``` scala
12
- //> using dep com.softwaremill.sttp.client4::core:4.0.0-M1
12
+ //> using dep com.softwaremill.sttp.client4::core:4.0.0-M6
13
13
```
14
14
{% endtab %}
15
15
{% tab 'sbt' %}
@@ -24,7 +24,7 @@ lazy val example = project.in(file("example"))
24
24
25
25
Alternatively, you can require just a specific version of sttp:
26
26
``` scala
27
- libraryDependencies += " com.softwaremill.sttp.client4" %% " core" % " 4.0.0-M1 "
27
+ libraryDependencies += " com.softwaremill.sttp.client4" %% " core" % " 4.0.0-M6 "
28
28
```
29
29
{% endtab %}
30
30
{% tab 'Mill' %}
@@ -40,7 +40,7 @@ object example extends ScalaModule {
40
40
```
41
41
Alternatively, you can require just a specific version of sttp:
42
42
``` scala
43
- ivy " com.softwaremill.sttp.client4::core:4.0.0-M1 "
43
+ ivy " com.softwaremill.sttp.client4::core:4.0.0-M6 "
44
44
```
45
45
{% endtab %}
46
46
{% endtabs %}
You can’t perform that action at this time.
0 commit comments