diff --git a/README.md b/README.md index 4d871d1..2b48baf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Scala 2.12, 2.13 and 3 are supported. See [Supported Scala versions](#supported- Add phobos-core to your dependencies: ``` -libraryDependencies += "dev.valentiay" %% "phobos-core" % "0.22.0" +libraryDependencies += "dev.valentiay" %% "phobos-core" % "0.23.0" ``` Then try this code out in `sbt console` or in a separate source file: @@ -65,7 +65,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 += "dev.valentiay" %% "phobos-" % "0.22.0" +libraryDependencies += "dev.valentiay" %% "phobos-" % "0.23.0" ``` Where `` is module name. diff --git a/publish.sbt b/publish.sbt index 9575c85..5a04acd 100644 --- a/publish.sbt +++ b/publish.sbt @@ -2,6 +2,7 @@ import Publish._ //import xerial.sbt.Sonatype.sonatypeCentralHost publishVersion := "0.23.0" +ThisBuild / versionScheme := Some("early-semver") ThisBuild / organization := "dev.valentiay" ThisBuild / version := {