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 e6c1ead commit 2c69434Copy full SHA for 2c69434
build.sbt
@@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
31
32
name := "notification"
33
34
-ThisBuild / version := "0.3.1.3"
+ThisBuild / version := "0.3.2"
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.1.3"
+ val genericPersistence = "0.3.2.2"
6
7
- val scheduler = "0.3.1.3"
+ val scheduler = "0.3.2"
8
9
val scalatest = "3.1.1"
10
}
0 commit comments