Skip to content

Commit 27160ab

Browse files
committed
update twirl
1 parent 23adeb2 commit 27160ab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "pages-plugin"
33
scalaVersion := "2.12.2"
44
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
55

6-
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6+
enablePlugins(SbtTwirl)
77

88
resolvers ++= Seq(
99
Resolver.jcenterRepo,
@@ -12,7 +12,6 @@ resolvers ++= Seq(
1212

1313
libraryDependencies ++= Seq(
1414
"io.github.gitbucket" %% "gitbucket" % "4.14.1",
15-
"javax.servlet" % "javax.servlet-api" % "3.1.0",
16-
"com.typesafe.play" %% "twirl-compiler" % "1.3.2"
15+
"javax.servlet" % "javax.servlet-api" % "3.1.0"
1716
)
1817

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +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.2")
4+
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.3")
55
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")

0 commit comments

Comments
 (0)