Remove twirl-compiler from dependency

This commit is contained in:
Naoki Takezoe
2015-07-05 00:50:27 +09:00
parent cd5e28c0b8
commit 02f16639ea

View File

@@ -64,7 +64,6 @@ object MyBuild extends Build {
"junit" % "junit" % "4.12" % "test",
"com.mchange" % "c3p0" % "0.9.5",
"com.typesafe" % "config" % "1.2.1",
"com.typesafe.play" %% "twirl-compiler" % "1.0.4",
"com.typesafe.akka" %% "akka-actor" % "2.3.10",
"com.enragedginger" %% "akka-quartz-scheduler" % "1.3.0-akka-2.3.x"
),