Skip to content

Commit

Permalink
Merge pull request #250 from suzaku-io/ver1.5
Browse files Browse the repository at this point in the history
Ready for relase 1.5.0
  • Loading branch information
cquiroz authored Jul 17, 2024
2 parents c25205c + bafe49f commit 95a4179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ and [Prickle](https://github.com/benhutchison/prickle) so special thanks to Li H
Add following dependency declaration to your Scala project

```scala
"io.suzaku" %% "boopickle" % "1.5.0-M1"
"io.suzaku" %% "boopickle" % "1.5.0"
```

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

```scala
"io.suzaku" %%% "boopickle" % "1.5.0-M1"
"io.suzaku" %%% "boopickle" % "1.5.0"
```

To use it in your code, simply import the Default object contents. All examples in this document assume this import is present.
Expand Down
2 changes: 1 addition & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
object Version {
val library = "1.5.0-M1"
val library = "1.5.0"
}

0 comments on commit 95a4179

Please sign in to comment.