sbt/internal
E.G 282719f796
[2.x] test: Migrate ManagedLoggerSpec.scala to verify.BasicTestSuite (#8548)
Migrate ManagedLoggerSpec.scala from ScalaTest's AnyFlatSpec + Matchers
to verify.BasicTestSuite, following the pattern established by other
test files in the sbt codebase.

Changes:
- Replace AnyFlatSpec class with BasicTestSuite object
- Remove ScalaTest Matchers dependency
- Convert 'should ... in' syntax to 'test(...)' syntax
- Use Scala 3 syntax with colon indentation
- Add explicit types for val definitions
- Convert for comprehension to for-do syntax
- Add 'end ManagedLoggerSpec' marker
2026-01-15 23:16:54 -05:00
..
example-work/src/main/scala Worker 2025-06-30 02:44:36 -04:00
util-complete Add tailrec annotation 2026-01-11 16:33:45 +09:00
util-control Bump CI to JDK 21 2024-10-19 21:08:20 -07:00
util-core/src/main Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-28 23:08:36 -04:00
util-interface/src/main/java/xsbti Support debug output for macros 2025-05-27 00:58:41 -04:00
util-logging [2.x] test: Migrate ManagedLoggerSpec.scala to verify.BasicTestSuite (#8548) 2026-01-15 23:16:54 -05:00
util-logic/src update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
util-position/src [2.x] Show warnings when scalaVersion is missing 2025-12-27 23:49:43 -05:00
util-relation/src remove unnecessary `case` 2025-02-22 08:48:29 +09:00
util-scripted/src/main Fix #3746: Scripted should fail when no tests match the pattern 2026-01-09 13:57:58 -06:00