From e45d218f50dc2b01bdfcce4d2a45a1661718f3f2 Mon Sep 17 00:00:00 2001 From: "a.valentinov" Date: Sun, 13 Nov 2022 18:00:01 +0600 Subject: [PATCH] Version bump --- README.md | 4 ++-- publish.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0aafe2c..398eb0c 100644 --- a/README.md +++ b/README.md @@ -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.16.0" +libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.17.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.16.0" +libraryDependencies += "ru.tinkoff" %% "phobos-" % "0.17.0" ``` Where `` is module name. diff --git a/publish.sbt b/publish.sbt index 58ea255..42fb3b5 100644 --- a/publish.sbt +++ b/publish.sbt @@ -1,6 +1,6 @@ import Publish._ -publishVersion := "0.16.0" +publishVersion := "0.17.0" ThisBuild / organization := "ru.tinkoff" ThisBuild / version := {