fix(build): update argon2-jvm dependency to include libs
This commit is contained in:
@@ -38,7 +38,7 @@ lazy val knockoutwhistweb = project.in(file("knockoutwhistweb"))
|
||||
.settings(
|
||||
commonSettings,
|
||||
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.github.ben-manes.caffeine" % "caffeine" % "3.2.2",
|
||||
JsEngineKeys.engineType := JsEngineKeys.EngineType.Node
|
||||
|
||||
Reference in New Issue
Block a user