Skip to content

Commit b9a1a92

Browse files
committed
readme
1 parent 2018dfb commit b9a1a92

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: scala
22
scala:
33
- 2.11.11
4-
- 2.12.8
54
jdk:
65
- openjdk8
76
sudo: false

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Add the following to your `build.sbt`:
1616
resolvers += Resolver.bintrayRepo("dnvriend", "maven")
1717

1818
// akka 2.5.x
19-
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.1"
19+
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2"
2020

2121
// akka 2.4.x
22-
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.4.20.0"
22+
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.4.20.1"
2323
```
2424

2525
## Contribution policy
@@ -323,6 +323,10 @@ inmemory-storage {
323323

324324

325325
## Changelog
326+
### 2.5.15.2 (2019-06-28)
327+
- Scala 2.11.x, 2.12.x, 2.13.x support
328+
- Akka 2.5.15 -> 2.5.23
329+
326330
### 2.4.20.1 (2019-06-28)
327331
- Merged PR #59 "Pluggable storage" by [Beat Sager](https://github.com/BeatSager), thanks!
328332

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616
#!/bin/bash
17-
sbt clean test
17+
sbt clean +test

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version := "2.4.20.1"
1+
version := "2.4.20.2-SNAPSHOT"

0 commit comments

Comments
 (0)