project/plugins.sbt (8 lines of code) (raw):

// Comment to get more information during initialization logLevel := Level.Warn addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("com.gu" % "sbt-riffraff-artifact" % "1.1.18") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.7") libraryDependencies += "org.vafer" % "jdeb" % "1.10"