Skip to content

Commit

Permalink
Setting version to 0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns committed Mar 11, 2019
1 parent ed41a02 commit 1444108
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The library is published to the [Bintray](https://bintray.com/commercetools/mave

resolvers += Resolver.bintrayRepo("commercetools", "maven")

libraryDependencies += "io.sphere" %% "sphere-util" % "0.9.22"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.22"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.22"
libraryDependencies += "io.sphere" %% "sphere-util" % "0.9.23"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.23"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.23"

## License

Expand Down
2 changes: 1 addition & 1 deletion json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Until the artifacts are released to Maven Central, please use our public repo:

resolvers += Resolver.bintrayRepo("commercetools", "maven")

libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.22"
libraryDependencies += "io.sphere" %% "sphere-json" % "0.9.23"

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Until the artifacts are released to Maven Central, please use our public repo:

resolvers += Resolver.bintrayRepo("commercetools", "maven")

libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.22"
libraryDependencies += "io.sphere" %% "sphere-mongo" % "0.9.23"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.9.23-SNAPSHOT"
version in ThisBuild := "0.9.23"

0 comments on commit 1444108

Please sign in to comment.