Skip to content

Commit

Permalink
update dependencies, gitbucket -> 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroot committed Jun 24, 2017
1 parent f585228 commit 5c9a599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 5c9a599

Please sign in to comment.