File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,18 @@ resolvers += Resolver.jcenterRepo
2929libraryDependencies += guice
3030libraryDependencies += " org.scalatestplus.play" %% " scalatestplus-play" % " 3.1.2" % Test
3131
32- libraryDependencies += " com.mohiva" %% " play-silhouette" % " 5.0.0"
33- libraryDependencies += " com.mohiva" %% " play-silhouette-persistence" % " 5.0.0"
34- libraryDependencies += " com.mohiva" %% " play-silhouette-crypto-jca" % " 5.0.0"
32+ val silhouetteVersion = " 5.0.0"
33+ libraryDependencies ++= Seq (
34+ " com.mohiva" %% " play-silhouette" % silhouetteVersion,
35+ " com.mohiva" %% " play-silhouette-persistence" % silhouetteVersion,
36+ " com.mohiva" %% " play-silhouette-crypto-jca" % silhouetteVersion,
37+ " com.mohiva" %% " play-silhouette-password-bcrypt" % silhouetteVersion
38+ )
39+
40+
3541libraryDependencies += " net.codingwell" %% " scala-guice" % " 4.1.1"
3642libraryDependencies += " com.iheart" %% " ficus" % " 1.4.3"
37- libraryDependencies += " com.mohiva " %% " play-silhouette-password-bcrypt " % " 5.0.0 "
43+
3844libraryDependencies += " org.webjars" % " bootstrap" % " 4.1.0"
3945libraryDependencies += " org.webjars" %% " webjars-play" % " 2.6.3"
4046libraryDependencies += " com.adrianhurt" %% " play-bootstrap" % " 1.4-P26-B4-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments