File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
project/src/main/scala/app/softnetwork/sbt/build Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,5 @@ organization := "app.softnetwork.notification"
2828name := " notification-api"
2929
3030libraryDependencies ++= Seq (
31- " app.softnetwork.persistence" %% " akka-persistence-jdbc" % Versions .genericPersistence,
3231 " app.softnetwork.scheduler" %% " scheduler-api" % Versions .scheduler
3332)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
3131
3232name := " notification"
3333
34- ThisBuild / version := " 0.2.0 "
34+ ThisBuild / version := " 0.2.1 "
3535
3636ThisBuild / scalaVersion := " 2.12.15"
3737
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ package app.softnetwork.sbt.build
22
33object Versions {
44
5- val genericPersistence = " 0.2.5.15 "
5+ val genericPersistence = " 0.2.6 "
66
7- val scheduler = " 0.2.1 "
7+ val scheduler = " 0.2.2 "
88
9- val server = " 0.2.6.2 "
9+ val server = " 0.2.7 "
1010
1111 val scalatest = " 3.1.1"
1212}
You can’t perform that action at this time.
0 commit comments