diff --git a/README.md b/README.md index 107022a..1ff8ee9 100644 --- a/README.md +++ b/README.md @@ -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.2" +libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.20.0" ``` 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 There are several additional modules for some specific cases. These modules could be added with command below: ``` -libraryDependencies += "ru.tinkoff" %% "phobos-" % "0.19.2" +libraryDependencies += "ru.tinkoff" %% "phobos-" % "0.20.0" ``` Where `` is module name. diff --git a/publish.sbt b/publish.sbt index c07ca8d..b2e10ea 100644 --- a/publish.sbt +++ b/publish.sbt @@ -1,6 +1,6 @@ import Publish._ -publishVersion := "0.19.2" +publishVersion := "0.20.0" ThisBuild / organization := "ru.tinkoff" ThisBuild / version := {