Skip to content

Commit e3f7e18

Browse files
author
a.valentinov
committed
Version bump
1 parent d5a5a0e commit e3f7e18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1 are supported. Scala 3.0 is supported in `core-3-0` mod
1313
Add phobos-core to your dependencies:
1414

1515
```
16-
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.17.0"
16+
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.18.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.17.0"
69+
libraryDependencies += "ru.tinkoff" %% "phobos-<module>" % "0.18.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.17.0"
3+
publishVersion := "0.18.0"
44

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

0 commit comments

Comments
 (0)