We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8c80e commit 2da7c5aCopy full SHA for 2da7c5a
build.sbt
@@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
31
32
name := "notification"
33
34
-ThisBuild / version := "0.3.2.2"
+ThisBuild / version := "0.3.2.3"
35
36
ThisBuild / scalaVersion := "2.12.15"
37
project/src/main/scala/app/softnetwork/sbt/build/Versions.scala
@@ -2,9 +2,9 @@ package app.softnetwork.sbt.build
2
3
object Versions {
4
5
- val genericPersistence = "0.3.2.3"
+ val genericPersistence = "0.3.2.4"
6
7
- val scheduler = "0.3.2.2"
+ val scheduler = "0.3.2.3"
8
9
val scalatest = "3.1.1"
10
}
0 commit comments