Skip to content

Conversation

@scala-steward
Copy link
Contributor

Updates

from 1.11.0 to 1.12.0.
GitHub Release Notes - Version Diff

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-js" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scala-js" }
}]

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

Merging #756 (71cd723) into main (125b9b2) will decrease coverage by 2.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #756      +/-   ##
==========================================
- Coverage   87.23%   85.07%   -2.16%     
==========================================
  Files         111      124      +13     
  Lines        1512     1655     +143     
  Branches      108      108              
==========================================
+ Hits         1319     1408      +89     
- Misses        193      247      +54     
Impacted Files Coverage Δ
modules/core/shared/src/main/scala/package.scala 33.33% <0.00%> (ø)
...s/refined/src/main/scala/codec/NumericCodecs.scala 0.00% <0.00%> (ø)
...jvm/src/main/scala-2/codec/EnumCodecPlatform.scala 100.00% <0.00%> (ø)
modules/core/shared/src/main/scala/Channel.scala 95.23% <0.00%> (ø)
...dules/core/shared/src/main/scala/Transaction.scala 30.95% <0.00%> (ø)
...red/src/main/scala-2/syntax/StringContextOps.scala 100.00% <0.00%> (ø)
...odules/core/js-jvm/src/main/scala-2/SqlState.scala 100.00% <0.00%> (ø)
...shared/src/main/scala-2.13+/data/ArrPlatform.scala 100.00% <0.00%> (ø)
...s/core/shared/src/main/scala-2/util/Twiddler.scala 100.00% <0.00%> (ø)
modules/core/shared/src/main/scala/Query.scala 75.00% <0.00%> (ø)
... and 3 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mpilquist mpilquist merged commit 893b410 into typelevel:main Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants