Skip to content

Commit 28991f9

Browse files
committed
doc
1 parent 6be5bc1 commit 28991f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following to your `build.sbt`:
1515
// the library is available in Bintray's JCenter
1616
resolvers += Resolver.jcenterRepo
1717

18-
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "1.3.13"
18+
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "1.3.14"
1919
```
2020

2121
## Contribution policy
@@ -313,6 +313,9 @@ Is Event Sourcing getting traction? I would say so:
313313
- [Greg Young - Event Sourcing(2014)](https://www.youtube.com/watch?v=8JKjvY4etTY)
314314

315315
# What's new?
316+
## 1.3.14 (2016-11-03)
317+
- cross scala 2.11.8 and 2.12.0 build
318+
316319
## 1.3.13 (2016-11-01 - Birthday Edition!)
317320
- Implemented support for the `akka.persistence.query.TimeBasedUUID`.
318321
- You should set the __new__ configuration key `inmemory-read-journal.offset-mode = "uuid"`, defaults to `sequence`

0 commit comments

Comments
 (0)