Skip to content

Commit

Permalink
Set 0.3 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
limansky committed Dec 1, 2017
1 parent b1987e0 commit 3839dfd
Showing 1 changed file with 2 additions and 2 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.0-M2. Currently th
release version. Adding in `sbt`:

```Scala
libraryDependencies += "me.limansky" %% "beanpuree" % "0.2"
libraryDependencies += "me.limansky" %% "beanpuree" % "0.3"
```

If you'd like to use development version:

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

libraryDependencies += "me.limansky" %% "beanpuree" % "0.3-SNAPSHOT"
libraryDependencies += "me.limansky" %% "beanpuree" % "0.4-SNAPSHOT"
```

The core of BeanPurée is `BeanGeneric` class, which have a same role with
Expand Down

0 comments on commit 3839dfd

Please # to comment.