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
29
29
libraryDependencies += guice
30
30
libraryDependencies += " org.scalatestplus.play" %% " scalatestplus-play" % " 3.1.2" % Test
31
31
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
+
35
41
libraryDependencies += " net.codingwell" %% " scala-guice" % " 4.1.1"
36
42
libraryDependencies += " com.iheart" %% " ficus" % " 1.4.3"
37
- libraryDependencies += " com.mohiva " %% " play-silhouette-password-bcrypt " % " 5.0.0 "
43
+
38
44
libraryDependencies += " org.webjars" % " bootstrap" % " 4.1.0"
39
45
libraryDependencies += " org.webjars" %% " webjars-play" % " 2.6.3"
40
46
libraryDependencies += " com.adrianhurt" %% " play-bootstrap" % " 1.4-P26-B4-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments