Skip to content

Commit 2653c12

Browse files
committed
upgrade scheduler dependencies
1 parent 2da7c5a commit 2653c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

3636
ThisBuild / scalaVersion := "2.12.15"
3737

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44

55
val genericPersistence = "0.3.2.4"
66

7-
val scheduler = "0.3.2.3"
7+
val scheduler = "0.3.2.4"
88

99
val scalatest = "3.1.1"
1010
}

0 commit comments

Comments
 (0)