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(
1414libraryDependencies ++= Seq (
1515 " io.github.gitbucket" %% " gitbucket" % " 4.13.0" ,
1616 " 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 "
1818)
1919
2020useJCenter := true
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scalariform" % " sbt-scalariform" % " 1.6.0" )
22addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.8.2" )
33addSbtPlugin(" 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