Skip to content

Commit

Permalink
Ready for relase 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Jul 17, 2024
1 parent c25205c commit bafe49f
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 bafe49f

Please sign in to comment.