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 e52df28 commit 453d0c9Copy full SHA for 453d0c9
build.sbt
@@ -2,7 +2,7 @@ ThisBuild / organization := "app.softnetwork"
2
3
name := "notification"
4
5
-ThisBuild / version := "0.4.1"
+ThisBuild / version := "0.5.0"
6
7
ThisBuild / scalaVersion := "2.12.18"
8
project/Versions.scala
@@ -1,8 +1,8 @@
1
object Versions {
- val genericPersistence = "0.4.1"
+ val genericPersistence = "0.5.0"
- val scheduler = "0.4.1"
+ val scheduler = "0.5.0"
val scalatest = "3.2.16"
}
0 commit comments