Updated sbt 2.x plugin migration (markdown)

eugene yokota 2024-11-03 01:20:09 -05:00
parent 28ee1527b7
commit 26d0780a44
1 changed files with 1 additions and 1 deletions

@ -11,6 +11,7 @@ Scaladex: <https://index.scala-lang.org/search?platform=sbt2.0.0-M2&q=*>
|-------------------------------------------------------------------------------------------------------------------------|-----:| -----------:|
| sbt/sbt-assembly | 1950 | `addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")` |
| wartremover/wartremover | 1079 | `addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.3")` |
| sbt/sbt-buildinfo | 552 | `addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")` |
| playframework/twirl | 547 | `addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.1.0-M2")` |
| sbt/sbt-git | 345 | `addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")` |
| xerial/sbt-sonatype | 334 | `addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0")` |
@ -43,7 +44,6 @@ Scaladex: <https://index.scala-lang.org/search?platform=sbt2.0.0-M2&q=*>
| sbt/sbt-eclipse | 717 | ? | |
| scoverage/sbt-scoverage | 649 | ? | https://github.com/scoverage/sbt-scoverage/pull/569 |
| sbt/sbt-release | 643 | ? | |
| sbt/sbt-buildinfo | 552 | draft | https://github.com/sbt/sbt-buildinfo/pull/207 |
| xerial/sbt-pack | 495 | draft | https://github.com/xerial/sbt-pack/pull/534 |
| typelevel/Laika | 414 | ? | |
| typelevel/sbt-tpolecat | 388 | draft | https://github.com/typelevel/sbt-tpolecat/pull/239 |