Skip to content

Commit 5c9a599

Browse files
committed
update dependencies, gitbucket -> 4.13
1 parent f585228 commit 5c9a599

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolvers ++= Seq(
1414
libraryDependencies ++= 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

2020
useJCenter := true

project/plugins.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
22
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
33
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")

0 commit comments

Comments
 (0)