Skip to content

Commit 375b21e

Browse files
committed
remove useless dependency to generic session api
1 parent 33424ba commit 375b21e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
3131

3232
name := "notification"
3333

34-
ThisBuild / version := "0.1.6"
34+
ThisBuild / version := "0.1.6.1"
3535

3636
ThisBuild / scalaVersion := "2.12.15"
3737

core/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ organization := "app.softnetwork.notification"
55
name := "notification-core"
66

77
libraryDependencies ++= Seq(
8-
"app.softnetwork.scheduler" %% "scheduler-core" % Versions.scheduler,
9-
"app.softnetwork.persistence" %% "persistence-session" % Versions.genericPersistence
8+
"app.softnetwork.scheduler" %% "scheduler-core" % Versions.scheduler
109
)

testkit/build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ name := "notification-testkit"
99
libraryDependencies ++= Seq(
1010
"app.softnetwork.scheduler" %% "scheduler-testkit" % Versions.scheduler,
1111
"app.softnetwork.api" %% "generic-server-api-testkit" % Versions.server,
12-
"app.softnetwork.persistence" %% "persistence-session-testkit" % Versions.genericPersistence,
1312
"com.github.kirviq" % "dumbster" % "1.7.1",
1413
"org.rapidoid" % "rapidoid-http-server" % "5.5.5"
1514
)

0 commit comments

Comments
 (0)