File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ and [Prickle](https://github.com/benhutchison/prickle) so special thanks to Li H
29
29
Add following dependency declaration to your Scala project
30
30
31
31
``` scala
32
- " io.suzaku" %% " boopickle" % " 1.5.0-M1 "
32
+ " io.suzaku" %% " boopickle" % " 1.5.0"
33
33
```
34
34
35
35
On a Scala.js / Scala Native project the dependency looks like this
36
36
37
37
``` scala
38
- " io.suzaku" %%% " boopickle" % " 1.5.0-M1 "
38
+ " io.suzaku" %%% " boopickle" % " 1.5.0"
39
39
```
40
40
41
41
To use it in your code, simply import the Default object contents. All examples in this document assume this import is present.
Original file line number Diff line number Diff line change 1
1
object Version {
2
- val library = " 1.5.0-M1 "
2
+ val library = " 1.5.0"
3
3
}
You can’t perform that action at this time.
0 commit comments