diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3279134417..0a5b22d467 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -69,7 +69,8 @@ object Dependencies { "commons-validator" % "commons-validator" % "1.7" exclude ("commons-logging", "commons-logging") // authentication - val jwtSprayJson = "com.pauldijou" %% "jwt-spray-json" % "5.0.0" // Scala 3 incompatible + val jwtSprayJson = "com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2" + // jwtSprayJson -> 9.0.2 is the latest version that's compatible with spray-json; if it wasn't for spray, this would be Scala 3 compatible val springSecurityCore = "org.springframework.security" % "spring-security-core" % "5.7.2" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop") val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.71"