Skip to content

Commit

Permalink
Update latest version reference in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomota committed Feb 1, 2024
1 parent a8f1582 commit 55e8618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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:
```xml
<dependency>
<groupId>com.swissborg</groupId>
<artifactId>akka-persistence-postgres_2.13</artifactId>
<version>0.6.0-RC1</version>
<version>0.6.0</version>
</dependency>
```
to your `pom.xml`.
Expand Down

0 comments on commit 55e8618

Please sign in to comment.