Migrate from Scalatest to MUnit#243
Conversation
|
/oc /review PR |
PR Review: Migrate from Scalatest to MUnitThis is a clean, mechanical migration. The changes are consistent across all 18 files. A few points: What's good
Items worth noting
VerdictLGTM. The migration is correct and consistent. No blocking issues. |
* add integration for cats typeclasses * Update sbt-mdoc to 2.3.8 (#117) * Update sbt-sonatype to 3.9.21 (#92) * Update sbt-sonatype to 3.9.21 * Revert commit(s) c78aa08 * Update sbt-sonatype to 3.9.21 * Update cats-core to 2.10.0 (#108) * Update cats-core to 2.10.0 * Revert commit(s) 2f60ef3 * Update cats-core to 2.10.0 --------- Co-authored-by: Alexandru Nedelcu <alexandru@users.noreply.github.com> * Update dependencies 2024 (#166) * Update dependencies * Add scala-native support * Update README * Add Makefile * Update Scala, sbt, and all dependencies to latest versions (#228) * Initial plan * Update Scala versions, sbt, and all dependencies Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Fix build issues and update dependencies - Commented out site project due to sbt-microsites dependency on unavailable repositories - Removed GitBranchPrompt plugin (no longer available) - Simplified git.gitHeadCommit reference to use version directly - All core projects compile and test successfully for Scala 2.12.21, 2.13.18, and 3.3.7 Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Upgrade sbt to 1.12.0 Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Fix ci-doc build failure by restoring site project without MicrositesPlugin - Restored site project with only MdocPlugin enabled - Removed MicrositesPlugin and all microsites-specific settings - Kept sbt-microsites plugin commented out - ci-doc command now works successfully Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Restore sbt-microsites plugin and all original settings - Fully restored sbt-microsites plugin (version 1.4.4) - Restored all microsites settings in site project - Updated all plugin versions as requested - Updated Scala versions (2.12.21, 2.13.18, 3.3.7) - Updated library versions (cats 2.13.0, circe 0.14.15, pureconfig 0.17.8) Note: sbt-microsites requires sbt-site from repo.scala-sbt.org and repo.typesafe.com which are blocked in the sandbox environment but will work in production CI. Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com> * Scaladoc-based site (#233) * v0.4.0 * Fix publishing * v0.4.1 * Fix ScalaDoc link and add PureConfig integration Updated ScalaDoc API link and added PureConfig integration documentation. * Update sbt, scripted-plugin to 1.12.5 (#234) * Update sbt, scripted-plugin to 1.12.6 (#235) * Update scalatest to 3.2.20 (#237) * Update sbt, scripted-plugin to 1.12.8 (#236) * Update sbt, scripted-plugin to 1.12.9 (#240) * Update auxlib, clib, javalib, nativelib, ... to 0.5.11 (#239) * Update sbt-scalajs, scalajs-compiler, ... to 1.21.0 (#238) * Activate scala-steward * Enable OpenCode * Enable /oc for created issues as well * Revert "Enable /oc for created issues as well" This reverts commit 3879515. * Migrate from Scalatest to MUnit (#243) * Fix MUnit integration * Fix * Fix docs * Fixes --------- Co-authored-by: Massimo Siani <massimosiani@users.noreply.github.com> Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexandru <11753+alexandru@users.noreply.github.com>

No description provided.