From 0b2be790d2700b5067456f8f20f71b9bb831d87d Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 21 Oct 2025 15:54:03 +0200 Subject: [PATCH 1/3] Update sbt-license-report --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 08ab428c336..b622f608845 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,6 +28,6 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.4") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.2.2") -addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0") +addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.9.0") addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1") From 542aab482855767f5adfc58a624675307cc6dd9b Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 21 Oct 2025 15:54:39 +0200 Subject: [PATCH 2/3] Make project/index.md consistent with newer branches --- docs/src/main/paradox/project/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/main/paradox/project/index.md b/docs/src/main/paradox/project/index.md index a640428cf79..58574cde845 100644 --- a/docs/src/main/paradox/project/index.md +++ b/docs/src/main/paradox/project/index.md @@ -8,16 +8,16 @@ * [scala3](scala3.md) * [downstream-upgrade-strategy](downstream-upgrade-strategy.md) * [../common/may-change](../common/may-change.md) -* [ide] (../additional/ide.md) -* [lombok](immutable.md) -* [osgi](../additional/osgi.md) +* [../additional/ide](../additional/ide.md) +* [immutable](immutable.md) +* [../additional/osgi](../additional/osgi.md) * [migration-guides](migration-guides.md) * [rolling-update](rolling-update.md) * [issue-tracking](issue-tracking.md) * [licenses](licenses.md) -* [license-report](license-report.md) -* [faq](../additional/faq.md) -* [books](../additional/books.md) +* [license-report](license-report.md) +* [../additional/faq](../additional/faq.md) +* [../additional/books](../additional/books.md) * [examples](examples.md) * [links](links.md) From edc2e4e95a70a4de91835953e62efdc16f4e8fc8 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Tue, 21 Oct 2025 16:09:06 +0200 Subject: [PATCH 3/3] Update sbt version --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672cd0d..db1723b0862 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.5