From 55e8618c2d28c73f9e7126fdefa224b798d2e5a4 Mon Sep 17 00:00:00 2001 From: Tiago Mota Date: Thu, 1 Feb 2024 06:04:47 +0000 Subject: [PATCH] Update latest version reference in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.