File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Add the following to your `build.sbt`:
15
15
// the library is available in Bintray's JCenter
16
16
resolvers += Resolver .jcenterRepo
17
17
18
- libraryDependencies += " com.github.dnvriend" %% " akka-persistence-inmemory" % " 1.3.13 "
18
+ libraryDependencies += " com.github.dnvriend" %% " akka-persistence-inmemory" % " 1.3.14 "
19
19
```
20
20
21
21
## Contribution policy
@@ -313,6 +313,9 @@ Is Event Sourcing getting traction? I would say so:
313
313
- [ Greg Young - Event Sourcing(2014)] ( https://www.youtube.com/watch?v=8JKjvY4etTY )
314
314
315
315
# What's new?
316
+ ## 1.3.14 (2016-11-03)
317
+ - cross scala 2.11.8 and 2.12.0 build
318
+
316
319
## 1.3.13 (2016-11-01 - Birthday Edition!)
317
320
- Implemented support for the ` akka.persistence.query.TimeBasedUUID ` .
318
321
- You should set the __ new__ configuration key ` inmemory-read-journal.offset-mode = "uuid" ` , defaults to ` sequence `
You can’t perform that action at this time.
0 commit comments