File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
core/src/main/scala/app/softnetwork/session/launch
project/src/main/scala/app/softnetwork/sbt/build Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
31
31
32
32
name := " session"
33
33
34
- ThisBuild / version := " 0.3.0.2 "
34
+ ThisBuild / version := " 0.3.0.3 "
35
35
36
36
ThisBuild / scalaVersion := " 2.12.15"
37
37
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ package app.softnetwork.session.launch
2
2
3
3
import akka .actor .typed .ActorSystem
4
4
import app .softnetwork .persistence .launch .{PersistenceGuardian , PersistentEntity }
5
+ import app .softnetwork .persistence .schema .SchemaProvider
5
6
import app .softnetwork .session .persistence .typed .SessionRefreshTokenBehavior
6
7
7
- trait SessionGuardian extends PersistenceGuardian {
8
+ trait SessionGuardian extends PersistenceGuardian { _ : SchemaProvider =>
8
9
9
10
import app .softnetwork .persistence .launch .PersistenceGuardian ._
10
11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object Versions {
4
4
5
5
val akkaHttpSession = " 0.5.11" // 0.5.11 -> 0.7.0
6
6
7
- val server = " 0.3.0.2 "
7
+ val server = " 0.3.0.3 "
8
8
9
9
val scalatest = " 3.1.1"
10
10
}
You can’t perform that action at this time.
0 commit comments