Merge pull request #1053 from eikek/feature/openid

Feature/openid
This commit is contained in:
mergify[bot]
2021-09-06 12:56:46 +00:00
committed by GitHub
54 changed files with 1991 additions and 130 deletions

View File

@ -23,6 +23,7 @@ object Dependencies {
val Icu4jVersion = "69.1"
val javaOtpVersion = "0.3.0"
val JsoupVersion = "1.14.2"
val JwtScalaVersion = "9.0.1"
val KindProjectorVersion = "0.10.3"
val KittensVersion = "2.3.2"
val LevigoJbig2Version = "2.0"
@ -48,6 +49,10 @@ object Dependencies {
val JQueryVersion = "3.5.1"
val ViewerJSVersion = "0.5.9"
val jwtScala = Seq(
"com.github.jwt-scala" %% "jwt-circe" % JwtScalaVersion
)
val scodecBits = Seq(
"org.scodec" %% "scodec-bits" % ScodecBitsVersion
)