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.5.0 "
22+ libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.5.1 "
2323```
2424
2525And then, please include the mysql-async if you use MySQL.
@@ -131,6 +131,9 @@ CREATE TABLE IF NOT EXISTS {your_snapshot_table_name} (
131131
132132## Release Notes
133133
134+ ### 0.5.1 - Jan 2, 2018
135+ - Support connect/query timeout
136+
134137### 0.5.0 - Nov 8, 2017
135138- Update dependencies
136139- Scala 2.12 support
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ lazy val Scala212 = "2.12.4"
4646
4747lazy val commonSettings = Seq (
4848 organization := " com.okumin" ,
49- version := " 0.5.0 " ,
49+ version := " 0.5.1 " ,
5050 scalaVersion := Scala212 ,
5151 crossScalaVersions := Seq (Scala211 , Scala212 ),
5252 parallelExecution in Test := false ,
You can’t perform that action at this time.
0 commit comments