| /* |
| * Licensed to the Apache Software Foundation (ASF) under one or more |
| * license agreements; and to You under the Apache License, version 2.0: |
| * |
| * https://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * This file is part of the Apache Pekko project, derived from Akka. |
| */ |
| |
| enablePlugins(BuildInfoPlugin) |
| |
| val sbtProtocV = "1.1.0-RC1" |
| |
| buildInfoKeys := Seq[BuildInfoKey]("sbtProtocVersion" -> sbtProtocV) |
| |
| addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") |
| addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0") |
| addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") |
| addSbtPlugin("com.thesamet" % "sbt-protoc" % sbtProtocV) |
| addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.9") |
| addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") |
| addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") |
| addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") |
| addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6") |
| addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") |
| addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") |
| addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") |
| addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7") |
| addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13") |
| addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.9.0") |
| |
| addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1") |
| addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.7.0") |
| addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7") |
| addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") |
| |
| addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.1") |
| |
| // For RawText |
| libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.5.202508271544-r" |
| |
| // scripted testing |
| libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value |
| |
| libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "1.0.0-alpha.5" |