diff --git a/build.sbt b/build.sbt index 57902cc..e31cdce 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ resolvers ++= Seq( libraryDependencies ++= Seq( "io.github.gitbucket" %% "gitbucket" % "4.13.0", "javax.servlet" % "javax.servlet-api" % "3.1.0", - "com.typesafe.play" %% "twirl-compiler" % "1.3.0" + "com.typesafe.play" %% "twirl-compiler" % "1.3.2" ) useJCenter := true diff --git a/project/plugins.sbt b/project/plugins.sbt index aa19dd8..c5ea1b1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,5 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "1.1.1") -addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.2") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")