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 9f7ef75 commit 5b0ecf2Copy full SHA for 5b0ecf2
build.sbt
@@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
31
32
name := "generic-sequence-api"
33
34
-ThisBuild / version := "0.1.0"
+ThisBuild / version := "0.1.1"
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.2.5.15"
+ val genericPersistence = "0.2.6"
6
7
- val server = "0.2.6.2"
+ val server = "0.2.7"
8
9
val scalatest = "3.1.1"
10
}
0 commit comments