Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvriend committed Sep 12, 2014
1 parent 99a0c2a commit 3e6e21f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,30 @@ 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.5"
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "1.0.6"

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.5</version>
<version>1.0.6</version>
</dependency>

<dependency>
<groupId>com.github.dnvriend</groupId>
<artifactId>akka-persistence-jdbc_2.11</artifactId>
<version>1.0.5</version>
<version>1.0.6</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.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

### 1.0.5
- Akka 2.3.5 -> 2.3.6
- ScalikeJDBC 2.1.0 -> 2.1.1
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.5"
version := "1.0.6"

scalaVersion := "2.11.2"

Expand Down

0 comments on commit 3e6e21f

Please sign in to comment.