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 9c38010 commit 1710035Copy full SHA for 1710035
project/Dependencies.scala
@@ -48,7 +48,7 @@ object Dependencies {
48
49
// For akka-http spray-json support
50
val sprayJson = "io.spray" %% "spray-json" % "1.3.6" // ApacheV2
51
- val jwtScala = "com.github.jwt-scala" %% "jwt-json-common" % "10.0.1" // ApacheV2
+ val jwtScala = "com.github.jwt-scala" %% "jwt-json-common" % "10.0.4" // ApacheV2
52
53
// For akka-http-jackson support
54
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion // ApacheV2
0 commit comments