Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
limansky committed May 17, 2024
1 parent 5c14826 commit c9aa997
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 @@ -25,15 +25,15 @@ BeanPurée is available for Scala 2.10, 2.11, 2.12 and 2.13. You can add it to y
adding in `build.sbt`

```Scala
libraryDependencies += "me.limansky" %% "beanpuree" % "0.6"
libraryDependencies += "me.limansky" %% "beanpuree" % "0.7"
```

If you'd like to use development version:

```Scala
resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies += "me.limansky" %% "beanpuree" % "0.7-SNAPSHOT"
libraryDependencies += "me.limansky" %% "beanpuree" % "0.8-SNAPSHOT"
```

The core of BeanPurée is `BeanGeneric` class, which have a same role with
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.7-SNAPSHOT"
ThisBuild / version := "0.7"

0 comments on commit c9aa997

Please # to comment.