chore: bump sopt to 1.2.1 and scalatest to 3.2.20#1161
Conversation
Updating sopt to 1.2.1 lets us move scalatest to 3.2.20. scalatest 3.2.x's HTML reporter requires flexmark-all on the test classpath, so add it explicitly (sopt declares it test-scoped, so it doesn't transit).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates build dependencies in the root project. The 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1161 +/- ##
=======================================
Coverage 95.94% 95.94%
=======================================
Files 132 132
Lines 8331 8331
Branches 940 940
=======================================
Hits 7993 7993
Misses 338 338
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Updating sopt to 1.2.1 lets us move scalatest to 3.2.20. scalatest 3.2.x's HTML reporter requires flexmark-all on the test classpath, so add it explicitly (sopt declares it test-scoped, so it doesn't transit).