Newer
Older
gitbucket_jkp / project / plugins.sbt
@Scala Steward Scala Steward on 26 Jan 2021 610 bytes Update sbt-pgp to 2.1.1
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

addSbtPlugin("org.scalameta"    % "sbt-scalafmt"         % "2.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl"            % "1.5.0")
addSbtPlugin("com.eed3si9n"     % "sbt-assembly"         % "0.15.0")
addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra"         % "1.0.4")
addSbtPlugin("com.jsuereth"     % "sbt-pgp"              % "2.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report"   % "1.2.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
addSbtPlugin("org.scoverage"    % "sbt-scoverage"        % "1.6.1")