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" )