Skip to content

Commit

Permalink
Merge pull request #26 from valentiay/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
valentiay authored Jun 23, 2024
2 parents e36326b + a509f4e commit c11f34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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-<module>" % "0.22.0"
libraryDependencies += "dev.valentiay" %% "phobos-<module>" % "0.23.0"
```
Where `<module>` is module name.

Expand Down
1 change: 1 addition & 0 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 := {
Expand Down

0 comments on commit c11f34a

Please sign in to comment.