Skip to content

Commit

Permalink
Merge pull request #29 from SwissBorg/0.7.0-RC1
Browse files Browse the repository at this point in the history
Prepare 0.7.0-RC1 release
  • Loading branch information
tiagomota authored Mar 18, 2024
2 parents 8d5213c + e32f189 commit dd60155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ You can read more about DAOs and schema variants in [the official documentation]
To use `pekko-persistence-postgres` in your SBT project, add the following to your `build.sbt`:

```scala
libraryDependencies += "com.swissborg" %% "pekko-persistence-postgres" % "0.1.0"
libraryDependencies += "com.swissborg" %% "pekko-persistence-postgres" % "0.7.0-RC1"
```

For a maven project add:
```xml
<dependency>
<groupId>com.swissborg</groupId>
<artifactId>pekko-persistence-postgres_2.13</artifactId>
<version>0.1.0</version>
<version>0.7.0-RC1</version>
</dependency>
```
to your `pom.xml`.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ The main goal is to keep index size and memory consumption on a moderate level w
To use `pekko-persistence-postgres` in your SBT project, add the following to your `build.sbt`:

```scala
libraryDependencies += "com.swissborg" %% "pekko-persistence-postgres" % "0.1.0"
libraryDependencies += "com.swissborg" %% "pekko-persistence-postgres" % "0.7.0-RC1"
```

For a maven project add:
```xml
<dependency>
<groupId>com.swissborg</groupId>
<artifactId>pekko-persistence-postgres_2.13</artifactId>
<version>0.1.0</version>
<version>0.7.0-RC1</version>
</dependency>
```
to your `pom.xml`.
Expand Down

0 comments on commit dd60155

Please sign in to comment.