Skip to content

Commit 1b44a5d

Browse files
authored
Merge pull request #30 from okumin/upgrade
Upgrade akka-persistence-sql-async 0.5.0
2 parents b732a45 + 0342da3 commit 1b44a5d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/ak
1919
You should add the following dependency.
2020

2121
```
22-
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.4.0"
22+
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.5.0"
2323
```
2424

2525
And then, please include the mysql-async if you use MySQL.
@@ -128,6 +128,10 @@ CREATE TABLE IF NOT EXISTS {your_snapshot_table_name} (
128128

129129
## Release Notes
130130

131+
### 0.5.0 - Nov 8, 2017
132+
- Update dependencies
133+
- Scala 2.12 support
134+
131135
### 0.4.0 - Nov 5, 2016
132136
- Update mysql-async and postgresql-async
133137

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val Scala212 = "2.12.4"
4141

4242
lazy val commonSettings = Seq(
4343
organization := "com.okumin",
44-
version := "0.4.1",
44+
version := "0.5.0",
4545
scalaVersion := Scala212,
4646
crossScalaVersions := Seq(Scala211, Scala212),
4747
parallelExecution in Test := false,

0 commit comments

Comments
 (0)