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 563b449 commit 2d26170Copy full SHA for 2d26170
build.sbt
@@ -2,7 +2,7 @@ ThisBuild / organization := "app.softnetwork"
2
3
name := "notification"
4
5
-ThisBuild / version := "0.8.0-SNAPSHOT"
+ThisBuild / version := "0.8.0"
6
7
ThisBuild / scalaVersion := "2.12.18"
8
project/Versions.scala
@@ -4,9 +4,9 @@ object Versions {
val slf4j = "1.7.36"
- val genericPersistence = "0.7-SNAPSHOT"
+ val genericPersistence = "0.7.0"
9
- val scheduler = "0.7-SNAPSHOT"
+ val scheduler = "0.7.0"
10
11
val scalatest = "3.2.16"
12
}
0 commit comments