Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvriend committed Sep 16, 2014
1 parent 042ab7a commit d7e4fc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,27 @@ something out.
# Installation
To include the JDBC plugin into your sbt project, add the following lines to your build.sbt file:

libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "1.0.6"
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "1.0.7"

For Maven users, add the following to the pom.xml

<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>akka-persistence-jdbc_2.10</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>

<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>akka-persistence-jdbc_2.11</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>

This version of akka-persistence-jdbc depends on Akka 2.3.4 and is cross-built against Scala 2.10.4 and 2.11.1

## What's new?

### 1.0.7
- Merged [mwkohout](https://github.com/mwkohout) fix using Oracle's MERGE on issue #3, thanks!

### 1.0.6
- Fixed - Issue3: Handling save attempts with duplicate snapshot ids and persistence ids
- Fixed - Issue5: Connection pool is being redefined when using journal and snapshot store
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "com.github.dnvriend"

name := "akka-persistence-jdbc"

version := "1.0.6"
version := "1.0.7"

scalaVersion := "2.11.2"

Expand Down

0 comments on commit d7e4fc8

Please sign in to comment.