Skip to content

Commit 9f02d9c

Browse files
committed
prepare release v 0.7.3
1 parent 9414009 commit 9f02d9c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

build.sbt

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

33
name := "account"
44

5-
ThisBuild / version := "0.7.1"
5+
ThisBuild / version := "0.7.3"
66

77
ThisBuild / scalaVersion := "2.12.18"
88

project/Versions.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
object Versions {
22

3-
val genericPersistence = "0.7.1"
3+
val genericPersistence = "0.7.3"
44

5-
val notification = "0.8.1"
5+
val notification = "0.8.2"
66

7-
val scheduler = "0.7.1"
7+
val scheduler = "0.7.3"
88

99
val scalatest = "3.2.16"
1010

testkit/src/main/scala/app/softnetwork/account/scalatest/AccountRouteTestKit.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ trait AccountRouteTestKit[
2424

2525
override implicit lazy val ts: ActorSystem[_] = typedSystem()
2626

27+
/*
2728
override def beforeAll(): Unit = {
2829
super.beforeAll()
2930
// pre load routes
3031
apiRoutes(typedSystem())
3132
}
33+
*/
3234

3335
def signUp(
3436
login: String,

0 commit comments

Comments
 (0)