Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
a.valentinov committed Jan 8, 2023
1 parent ad1746c commit 8e1006f
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 are supported. See [Supported Scala versions](#supported-
Add phobos-core to your dependencies:

```
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.19.1"
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.19.2"
```

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.19.1"
libraryDependencies += "ru.tinkoff" %% "phobos-<module>" % "0.19.2"
```
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.19.1"
publishVersion := "0.19.2"

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

0 comments on commit 8e1006f

Please sign in to comment.