fix link to testing sbt plugins in DEVELOPING.md

This commit is contained in:
Dmitrii Naumenko 2025-01-29 14:25:57 +01:00
parent 9352e1cdad
commit 20c1f0245f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ suite with `sbt testOnly`
Scripted integration tests reside in `sbt-app/src/sbt-test` and are
written using the same testing infrastructure sbt plugin authors can
use to test their own plugins with sbt. You can read more about this
style of tests [here](https://www.scala-sbt.org/1.0/docs/Testing-sbt-plugins).
style of tests [here](https://www.scala-sbt.org/1.x/docs/Testing-sbt-plugins).
You can run the integration tests with the `sbt scripted` sbt
command. To run a single test, such as the test in