We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c25205c + bafe49f commit 95a4179Copy full SHA for 95a4179
README.md
@@ -29,13 +29,13 @@ and [Prickle](https://github.com/benhutchison/prickle) so special thanks to Li H
29
Add following dependency declaration to your Scala project
30
31
```scala
32
-"io.suzaku" %% "boopickle" % "1.5.0-M1"
+"io.suzaku" %% "boopickle" % "1.5.0"
33
```
34
35
On a Scala.js / Scala Native project the dependency looks like this
36
37
38
-"io.suzaku" %%% "boopickle" % "1.5.0-M1"
+"io.suzaku" %%% "boopickle" % "1.5.0"
39
40
41
To use it in your code, simply import the Default object contents. All examples in this document assume this import is present.
project/Version.scala
@@ -1,3 +1,3 @@
1
object Version {
2
- val library = "1.5.0-M1"
+ val library = "1.5.0"
3
}
0 commit comments