From 26d0780a442b59ea52a1a688ee5ebf9e69728103 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Sun, 3 Nov 2024 01:20:09 -0500 Subject: [PATCH] Updated sbt 2.x plugin migration (markdown) --- sbt-2.x-plugin-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-2.x-plugin-migration.md b/sbt-2.x-plugin-migration.md index 133b312..f759053 100644 --- a/sbt-2.x-plugin-migration.md +++ b/sbt-2.x-plugin-migration.md @@ -11,6 +11,7 @@ Scaladex: |-------------------------------------------------------------------------------------------------------------------------|-----:| -----------:| | 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: | 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 |