feat/docker #46

Closed
Janis wants to merge 4 commits from feat/docker into main
7 changed files with 58 additions and 16 deletions
Showing only changes of commit 452882b0b2 - Show all commits

View File

@@ -38,7 +38,7 @@ lazy val knockoutwhistweb = project.in(file("knockoutwhistweb"))
.settings( .settings(
commonSettings, commonSettings,
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test, libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test,
libraryDependencies += "de.mkammerer" % "argon2-jvm-nolibs" % "2.12", libraryDependencies += "de.mkammerer" % "argon2-jvm" % "2.12",
libraryDependencies += "com.auth0" % "java-jwt" % "4.3.0", libraryDependencies += "com.auth0" % "java-jwt" % "4.3.0",
libraryDependencies += "com.github.ben-manes.caffeine" % "caffeine" % "3.2.2" libraryDependencies += "com.github.ben-manes.caffeine" % "caffeine" % "3.2.2"
) )