Skip to content

Commit

Permalink
WIP: Deps.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
fdietze committed Aug 12, 2020
1 parent 3fe565c commit 3c1d0a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ object Deps {
}

// auth
val hasher = dep("com.roundeights" %% "hasher" % "1.2.0") //TODO: https://github.com/Nycto/Hasher/pull/28
//val hasher = dep("com.roundeights" %% "hasher" % "1.2.0") //TODO: https://github.com/Nycto/Hasher/pull/28
val hasher = dep("com.github.fdietze.hasher" %% "hasher" % "75be8ed")
val jbcrypt = dep("org.mindrot" % "jbcrypt" % "0.4")
val jwt = dep("com.pauldijou" %% "jwt-circe" % "4.2.0")
val bouncyCastle = dep("org.bouncycastle" % "bcpkix-jdk15on" % "1.60")
Expand Down

0 comments on commit 3c1d0a0

Please sign in to comment.