We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6569b commit e261584Copy full SHA for e261584
api/build.sbt
@@ -27,5 +27,5 @@ organization := "app.softnetwork.account"
27
name := "account-api"
28
29
libraryDependencies ++= Seq(
30
- "app.softnetwork.persistence" %% "persistence-jdbc" % Versions.genericPersistence
+ "app.softnetwork.notification" %% "notification-api" % Versions.notification
31
)
0 commit comments