File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
scala :
3
3
- 2.11.11
4
- - 2.12.8
5
4
jdk :
6
5
- openjdk8
7
6
sudo : false
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Add the following to your `build.sbt`:
16
16
resolvers += Resolver .bintrayRepo(" dnvriend" , " maven" )
17
17
18
18
// 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 "
20
20
21
21
// 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 "
23
23
```
24
24
25
25
## Contribution policy
@@ -323,6 +323,10 @@ inmemory-storage {
323
323
324
324
325
325
## 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
+
326
330
### 2.4.20.1 (2019-06-28)
327
331
- Merged PR #59 "Pluggable storage" by [ Beat Sager] ( https://github.com/BeatSager ) , thanks!
328
332
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
#! /bin/bash
17
- sbt clean test
17
+ sbt clean + test
Original file line number Diff line number Diff line change 1
- version := " 2.4.20.1 "
1
+ version := " 2.4.20.2-SNAPSHOT "
You can’t perform that action at this time.
0 commit comments