Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
a.valentinov committed Jun 19, 2022
1 parent f38bef8 commit 6d253b6
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 @@ -13,7 +13,7 @@ Scala 2.12, 2.13 and 3.1 are supported. Scala 3.0 is supported in `core-3-0` mod
Add phobos-core to your dependencies:

```
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.15.0"
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.15.1"
```

Then try this code out in `sbt console` or in a separate source file:
Expand Down Expand Up @@ -66,7 +66,7 @@ Performance details can be found out in [phobos-benchmark repository](https://gi
There are several additional modules for some specific cases.
These modules could be added with command below:
```
libraryDependencies += "ru.tinkoff" %% "phobos-<module>" % "0.15.0"
libraryDependencies += "ru.tinkoff" %% "phobos-<module>" % "0.15.1"
```
Where `<module>` is module name.

Expand Down
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Publish._

publishVersion := "0.15.0"
publishVersion := "0.15.1"

ThisBuild / organization := "ru.tinkoff"
ThisBuild / version := {
Expand Down

0 comments on commit 6d253b6

Please sign in to comment.