diff --git a/README.md b/README.md index 5612bd52..91b380ed 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can read more about DAOs and schema variants in [the official documentation] To use `akka-persistence-postgres` in your SBT project, add the following to your `build.sbt`: ```scala -libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.6.0-RC1" +libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.6.0" ``` For a maven project add: @@ -29,7 +29,7 @@ For a maven project add: com.swissborg akka-persistence-postgres_2.13 - 0.6.0-RC1 + 0.6.0 ``` to your `pom.xml`.