File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/ak
1919You should add the following dependency.
2020
2121```
22- libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.3.0 "
22+ libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.3.1 "
2323```
2424
2525And then, please include the mysql-async if you use MySQL.
@@ -128,6 +128,9 @@ CREATE TABLE IF NOT EXISTS {your_snapshot_table_name} (
128128
129129## Release Notes
130130
131+ ### 0.3.1 - Oct 15, 2015
132+ - [ Never execute invalid SQLs] ( https://github.com/okumin/akka-persistence-sql-async/issues/10 )
133+
131134### 0.3.0 - Oct 7, 2015
132135- Update Akka to 2.4
133136
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ lazy val performanceTest = (project in file("performance-test"))
2828
2929lazy val commonSettings = Seq (
3030 organization := " com.okumin" ,
31- version := " 0.3.0 " ,
31+ version := " 0.3.1 " ,
3232 scalaVersion := " 2.11.7" ,
3333 parallelExecution in Test := false ,
3434 libraryDependencies := commonDependencies
You can’t perform that action at this time.
0 commit comments