Skip to content

Commit

Permalink
Updated akka version, prepared for release 3.2.0 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
WellingR authored and octonato committed Jan 22, 2018
1 parent 6af37ab commit 1f55fcf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following to your `build.sbt`:
resolvers += Resolver.jcenterRepo

// akka 2.5.x
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.1.0"
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.2.0"

// akka 2.4.x
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "2.8.0"
Expand Down Expand Up @@ -278,6 +278,15 @@ sys.addShutdownHook(system.terminate())

## Changelog

### 3.2.0 (2018-01-22)
For use with Akka 2.5.x only, please use the 2.8.0 release for Akka 2.4

Changes since v3.1.0
- Added possibility for physical deletion of marked journal messages.
To enable this the `jdbc-journal.logicalDelete` setting should be set to `true`.
- Akka 2.5.8 -> 2.5.9
- Merged #139. Thanks to [Dmitriy Zakomirnyi][dmi3zkm].

### 3.1.0 (2017-12-20)
For use with Akka 2.5.x only, please use the 2.8.0 release for Akka 2.4

Expand Down Expand Up @@ -805,6 +814,7 @@ Changes since v2.4.18.2
[wellingr]: http://github.com/wellingr
[sarahgerweck]: http://github.com/sarahgerweck
[acchaulk]: https://github.com/acchaulk
[dmi3zkm]: https://github.com/dmi3zkm

[scalikejdbc]: http://scalikejdbc.org/
[slick]: http://slick.typesafe.com/
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectAutoPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt._
import scalariform.formatter.preferences.FormattingPreferences

object ProjectAutoPlugin extends AutoPlugin {
final val AkkaVersion = "2.5.8"
final val AkkaVersion = "2.5.9"
final val SlickVersion = "3.2.1"
final val ScalaTestVersion = "3.0.3"

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version := "3.1.0"
version := "3.2.0"

0 comments on commit 1f55fcf

Please sign in to comment.