Skip to content

Commit 4b6ab25

Browse files
author
a.valentinov
committed
Version bump
1 parent f6c12f0 commit 4b6ab25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Scala 2.12, 2.13 and 3 are supported. See [Supported Scala versions](#supported-
1313
Add phobos-core to your dependencies:
1414

1515
```
16-
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.19.2"
16+
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.20.0"
1717
```
1818

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

publish.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Publish._
22

3-
publishVersion := "0.19.2"
3+
publishVersion := "0.20.0"
44

55
ThisBuild / organization := "ru.tinkoff"
66
ThisBuild / version := {

0 commit comments

Comments
 (0)