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 264d666 commit 6b92653Copy full SHA for 6b92653
build.sbt
@@ -8,7 +8,7 @@ ThisBuild / organization := "app.softnetwork"
8
9
name := "generic-sequence-api"
10
11
-ThisBuild / version := "0.4.0"
+ThisBuild / version := "0.5.0"
12
13
ThisBuild / scalaVersion := "2.12.15"
14
project/Versions.scala
@@ -1,6 +1,6 @@
1
object Versions {
2
3
- val genericPersistence = "0.6.2"
+ val genericPersistence = "0.7.1"
4
5
val scalatest = "3.2.16"
6
}
0 commit comments