Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okumin committed Jan 2, 2018
1 parent a2e064d commit 4fca48b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/ak
You should add the following dependency.

```
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.5.0"
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.5.1"
```

And then, please include the mysql-async if you use MySQL.
Expand Down Expand Up @@ -131,6 +131,9 @@ CREATE TABLE IF NOT EXISTS {your_snapshot_table_name} (

## Release Notes

### 0.5.1 - Jan 2, 2018
- Support connect/query timeout

### 0.5.0 - Nov 8, 2017
- Update dependencies
- Scala 2.12 support
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val Scala212 = "2.12.4"

lazy val commonSettings = Seq(
organization := "com.okumin",
version := "0.5.0",
version := "0.5.1",
scalaVersion := Scala212,
crossScalaVersions := Seq(Scala211, Scala212),
parallelExecution in Test := false,
Expand Down

0 comments on commit 4fca48b

Please sign in to comment.