File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
project/src/main/scala/app/softnetwork/sbt/build
src/main/scala/app/softnetwork/sequence/launch Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
3131
3232name := " generic-sequence-api"
3333
34- ThisBuild / version := " 0.2.0"
34+ ThisBuild / version := " 0.2.0.1 "
3535
3636ThisBuild / scalaVersion := " 2.12.15"
3737
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package app.softnetwork.sbt.build
22
33object Versions {
44
5- val genericPersistence = " 0.3.0.2 "
5+ val genericPersistence = " 0.3.0.3 "
66
7- val server = " 0.3.0.2 "
7+ val server = " 0.3.0.3 "
88
99 val scalatest = " 3.1.1"
1010}
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package app.softnetwork.sequence.launch
33import akka .actor .typed .ActorSystem
44import app .softnetwork .api .server .launch .Application
55import app .softnetwork .persistence .launch .{PersistenceGuardian , PersistentEntity }
6+ import app .softnetwork .persistence .schema .SchemaProvider
67import app .softnetwork .sequence .persistence .typed .Sequence
78import com .typesafe .scalalogging .StrictLogging
89
@@ -14,7 +15,7 @@ trait SequenceApplication
1415 extends Application
1516 with PersistenceGuardian
1617 with SequenceRoutes
17- with StrictLogging {
18+ with StrictLogging { _ : SchemaProvider =>
1819
1920 import app .softnetwork .persistence .launch .PersistenceGuardian ._
2021
You can’t perform that action at this time.
0 commit comments