Newer
Older
gitbucket_jkp / project / plugins.sbt
@Naoki Takezoe Naoki Takezoe on 21 Dec 2015 354 bytes Remove IDE plugins and add logback-classic
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

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")
addSbtPlugin("com.eed3si9n"            % "sbt-assembly"      % "0.12.0")