From c3222ef568378c91efdb9dba317c14c3adafe46d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Sep 2020 18:21:16 +0000 Subject: [PATCH] Update dependency com.github.t3hnar:scala-bcrypt to v4.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9273e979..d4ec003f 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val psforeverSettings = Seq( "org.fusesource.jansi" % "jansi" % "1.12", "org.scoverage" %% "scalac-scoverage-plugin" % "1.4.1", "com.github.nscala-time" %% "nscala-time" % "2.24.0", - "com.github.t3hnar" %% "scala-bcrypt" % "4.1", + "com.github.t3hnar" %% "scala-bcrypt" % "4.3.0", "org.scala-graph" %% "graph-core" % "1.13.1", "io.kamon" %% "kamon-bundle" % "2.1.0", "io.kamon" %% "kamon-apm-reporter" % "2.1.0",