File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ resolvers ++= Seq(
14
14
libraryDependencies ++= Seq (
15
15
" io.github.gitbucket" %% " gitbucket" % " 4.13.0" ,
16
16
" javax.servlet" % " javax.servlet-api" % " 3.1.0" ,
17
- " com.typesafe.play" %% " twirl-compiler" % " 1.3.0 "
17
+ " com.typesafe.play" %% " twirl-compiler" % " 1.3.2 "
18
18
)
19
19
20
20
useJCenter := true
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scalariform" % " sbt-scalariform" % " 1.6.0" )
2
2
addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.8.2" )
3
3
addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 1.1.1" )
4
- addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.3.0" )
4
+ addSbtPlugin(" com.typesafe.sbt" % " sbt-twirl" % " 1.3.2" )
5
+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.1.10" )
You can’t perform that action at this time.
0 commit comments