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.4 .0"
22+ libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.5 .0"
2323```
2424
2525And 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
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ lazy val Scala212 = "2.12.4"
4141
4242lazy 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 ,
You can’t perform that action at this time.
0 commit comments