Skip to content

Commit 95a4179

Browse files
authored
Merge pull request #250 from suzaku-io/ver1.5
Ready for relase 1.5.0
2 parents c25205c + bafe49f commit 95a4179

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ and [Prickle](https://github.com/benhutchison/prickle) so special thanks to Li H
2929
Add following dependency declaration to your Scala project
3030

3131
```scala
32-
"io.suzaku" %% "boopickle" % "1.5.0-M1"
32+
"io.suzaku" %% "boopickle" % "1.5.0"
3333
```
3434

3535
On a Scala.js / Scala Native project the dependency looks like this
3636

3737
```scala
38-
"io.suzaku" %%% "boopickle" % "1.5.0-M1"
38+
"io.suzaku" %%% "boopickle" % "1.5.0"
3939
```
4040

4141
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-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
object Version {
2-
val library = "1.5.0-M1"
2+
val library = "1.5.0"
33
}

0 commit comments

Comments
 (0)