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 127b652 commit 975f9caCopy full SHA for 975f9ca
build.sbt
@@ -8,7 +8,7 @@ ThisBuild / organization := "app.softnetwork"
8
9
name := "generic-persistence-api"
10
11
-ThisBuild / version := "0.5.0"
+ThisBuild / version := "0.5.1"
12
13
ThisBuild / scalaVersion := "2.12.18"
14
project/Versions.scala
@@ -10,7 +10,7 @@ object Versions {
val tapir = "1.7.0"
- val tapirHttpSession = "0.1.0"
+ val tapirHttpSession = "0.2.0"
15
val akkaPersistenceJdbc = "5.0.4"
16
0 commit comments