2023-05-29 03:35:14 +01:00
|
|
|
/*
|
|
|
|
|
* 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
|
|
|
|
|
*
|
2023-06-22 14:19:26 +01:00
|
|
|
* This file is part of the Apache Pekko project, which was derived from Akka.
|
2023-05-29 03:35:14 +01:00
|
|
|
*/
|
|
|
|
|
|
2024-04-06 12:02:04 +02:00
|
|
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
|
2019-10-24 10:35:37 -04:00
|
|
|
|
2021-12-07 11:21:02 +01:00
|
|
|
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
|
2021-05-03 12:05:51 +02:00
|
|
|
addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
|
2024-02-25 10:54:55 +01:00
|
|
|
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
|
2024-05-03 14:31:29 +02:00
|
|
|
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
|
2024-01-28 11:17:31 +11:00
|
|
|
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.10.0")
|
2024-08-11 08:32:35 +01:00
|
|
|
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
|
2021-11-08 10:22:59 +01:00
|
|
|
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
|
2022-04-06 10:49:15 +02:00
|
|
|
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
|
2023-12-17 08:53:32 +01:00
|
|
|
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
|
2024-01-21 00:04:24 +00:00
|
|
|
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
|
2023-02-10 09:55:33 +01:00
|
|
|
|
2023-07-30 14:49:37 +02:00
|
|
|
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
|
2024-01-28 17:09:24 +01:00
|
|
|
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % "2.0.0")
|
2024-02-25 10:55:30 +01:00
|
|
|
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
|
2021-06-08 09:05:16 +02:00
|
|
|
|
2023-10-15 02:06:30 +01:00
|
|
|
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
|
2024-03-03 10:16:12 +01:00
|
|
|
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
|
2024-07-01 14:54:48 +01:00
|
|
|
addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.4")
|
2023-11-19 09:50:29 +01:00
|
|
|
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0")
|
2023-10-15 02:08:56 +01:00
|
|
|
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
|
2024-01-30 14:33:30 +08:00
|
|
|
addSbtPlugin("io.github.roiocam" % "sbt-depend-walker" % "0.1.1")
|
2024-07-08 15:50:42 +02:00
|
|
|
addSbtPlugin("io.github.siculo" % "sbt-bom" % "0.3.0")
|
2023-02-10 09:55:33 +01:00
|
|
|
|
2024-03-15 18:23:38 +01:00
|
|
|
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
|
2024-04-25 17:25:52 +02:00
|
|
|
|
2024-09-01 13:46:06 +08:00
|
|
|
addSbtPlugin("com.gradle" % "sbt-develocity" % "1.1.1")
|