Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
valentiay committed Mar 6, 2022
1 parent c46998f commit 1f34980
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 and 2.13 are supported.
Add phobos-core to your dependencies:

```
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.13.3"
libraryDependencies += "ru.tinkoff" %% "phobos-core" % "0.14.0"
```

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.13.3
libraryDependencies += "ru.tinkoff" %% "phobos-<module>" % "0.14.0"
```
Where `<module>` is module name.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ThisBuild / name := "phobos"

ThisBuild / scalaVersion := "2.13.8"

lazy val supportedVersions = List("2.12.15", "2.13.6")
lazy val supportedVersions = List("2.12.15", "2.13.8")

lazy val commonDependencies =
libraryDependencies ++= List(
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.13.3"
publishVersion := "0.14.0"

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

0 comments on commit 1f34980

Please sign in to comment.