We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f585228 commit 5c9a599Copy full SHA for 5c9a599
build.sbt
@@ -14,7 +14,7 @@ resolvers ++= Seq(
14
libraryDependencies ++= Seq(
15
"io.github.gitbucket" %% "gitbucket" % "4.13.0",
16
"javax.servlet" % "javax.servlet-api" % "3.1.0",
17
- "com.typesafe.play" %% "twirl-compiler" % "1.3.0"
+ "com.typesafe.play" %% "twirl-compiler" % "1.3.2"
18
)
19
20
useJCenter := true
project/plugins.sbt
@@ -1,4 +1,5 @@
1
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
2
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
3
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "1.1.1")
4
-addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.0")
+addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.2")
5
+addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
0 commit comments