Skip to content

Commit e261584

Browse files
committed
add dependency to notification-api
1 parent 9a6569b commit e261584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ organization := "app.softnetwork.account"
2727
name := "account-api"
2828

2929
libraryDependencies ++= Seq(
30-
"app.softnetwork.persistence" %% "persistence-jdbc" % Versions.genericPersistence
30+
"app.softnetwork.notification" %% "notification-api" % Versions.notification
3131
)

0 commit comments

Comments
 (0)