File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
jdbc/testkit/src/main/scala/app/softnetwork/persistence Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ThisBuild / organization := "app.softnetwork"
88
99name := " generic-persistence-api"
1010
11- ThisBuild / version := " 0.7.1 "
11+ ThisBuild / version := " 0.7.2 "
1212
1313ThisBuild / scalaVersion := " 2.12.18"
1414
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ import org.scalatest.Suite
1212 */
1313trait JdbcPersistenceTestKit extends PersistenceTestKit with JdbcSchema { _ : Suite =>
1414
15- implicit def system : ActorSystem [_] = typedSystem()
16-
17- override implicit lazy val classicSystem : actor.ActorSystem = system
15+ override implicit lazy val classicSystem : actor.ActorSystem = typedSystem()
1816
1917 def slickProfile : String
2018
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ trait JdbcPersonProvider extends JdbcStateProvider[Person] with ManifestWrapper[
1717 override protected val manifestWrapper : ManifestW = ManifestW ()
1818 }
1919
20- override implicit def executionContext : ExecutionContext = system.executionContext
20+ override implicit def executionContext : ExecutionContext = classicSystem.dispatcher
2121
2222}
You can’t perform that action at this time.
0 commit comments