Remove IDE plugins and add logback-classic

This commit is contained in:
Naoki Takezoe
2015-12-22 07:58:30 +09:00
parent be6bc16d3d
commit d77973a29e
2 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
addSbtPlugin("org.scalatra.sbt" % "scalatra-sbt" % "0.3.5")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.4")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.8")