Update scala3-library to 3.3.3
About this PR
📦 Updates org.scala-lang:scala3-library from 3.3.1 to 3.3.3
📜 GitHub Release Notes - Version Diff - Version Diff
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a .scala-steward.conf file.
Have a fantastic day writing Scala!
⚙ Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala3-library" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
}]
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.17%. Comparing base (
4ec714e) to head (0370f5d).
Additional details and impacted files
@@ Coverage Diff @@
## main #928 +/- ##
=======================================
Coverage 95.17% 95.17%
=======================================
Files 51 51
Lines 1825 1825
Branches 157 157
=======================================
Hits 1737 1737
Misses 88 88
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.