From 58c2a69ff7621eb5dacbb7857e7fac2c069e6e84 Mon Sep 17 00:00:00 2001 From: "mend-app-ghe[bot]" Date: Thu, 11 Sep 2025 11:00:56 +0000 Subject: [PATCH] Update dependency com.github.t3hnar:scala-bcrypt_2.10 to v3 --- src/sbt-test/sbt-dependency-check/check/build.sbt | 2 +- src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbt-test/sbt-dependency-check/check/build.sbt b/src/sbt-test/sbt-dependency-check/check/build.sbt index 10a5fc3..f976748 100644 --- a/src/sbt-test/sbt-dependency-check/check/build.sbt +++ b/src/sbt-test/sbt-dependency-check/check/build.sbt @@ -5,7 +5,7 @@ scalaVersion := "2.10.7" libraryDependencies ++= Seq( "commons-beanutils" % "commons-beanutils" % "1.9.1" % "test", "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", - "com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime", + "com.github.t3hnar" % "scala-bcrypt_2.10" % "3.1" % "runtime", "org.apache.commons" % "commons-collections4" % "4.1", "com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional" ) diff --git a/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt b/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt index 61f4f1b..b6ea3ee 100644 --- a/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt +++ b/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt @@ -5,7 +5,7 @@ scalaVersion := "2.10.7" libraryDependencies ++= Seq( "commons-beanutils" % "commons-beanutils" % "1.9.1" % "test", "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", - "com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime", + "com.github.t3hnar" % "scala-bcrypt_2.10" % "3.1" % "runtime", "org.apache.commons" % "commons-collections4" % "4.1", "com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional" )