Skip to content

Commit 9e61a43

Browse files
committed
upgrade dependencies to persistence + scheduler api
1 parent 2c69434 commit 9e61a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3.2"
34+
ThisBuild / version := "0.3.2.1"
3535

3636
ThisBuild / scalaVersion := "2.12.15"
3737

project/src/main/scala/app/softnetwork/sbt/build/Versions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ package app.softnetwork.sbt.build
22

33
object Versions {
44

5-
val genericPersistence = "0.3.2.2"
5+
val genericPersistence = "0.3.2.3"
66

7-
val scheduler = "0.3.2"
7+
val scheduler = "0.3.2.1"
88

99
val scalatest = "3.1.1"
1010
}

0 commit comments

Comments
 (0)