Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cats-effect, cats-effect-kernel, ... to 3.4.8 #201

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

scala-steward
Copy link
Contributor

Updates

from 3.4.7 to 3.4.8.
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.typelevel" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.typelevel" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1

@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #201 (1c881ad) into master (87330e0) will increase coverage by 0.79%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
+ Coverage   90.19%   90.98%   +0.79%     
==========================================
  Files          50       51       +1     
  Lines         571      577       +6     
  Branches        6        5       -1     
==========================================
+ Hits          515      525      +10     
+ Misses         56       52       -4     
Impacted Files Coverage Δ
.../src/main/scala/endless/example/data/Vehicle.scala 100.00% <ø> (ø)
...le/src/main/scala/endless/example/ExampleApp.scala 97.36% <100.00%> (+0.07%) ⬆️
.../endless/example/adapter/VehicleStateAdapter.scala 100.00% <100.00%> (+57.14%) ⬆️
.../scala/endless/example/logic/VehicleEffector.scala 100.00% <100.00%> (ø)
...in/scala/endless/example/logic/VehicleEntity.scala 100.00% <100.00%> (ø)
...less/example/protocol/VehicleCommandProtocol.scala 97.50% <100.00%> (+0.83%) ⬆️
...src/main/scala/endless/runtime/akka/Deployer.scala 88.46% <100.00%> (-1.20%) ⬇️
...n/scala/endless/runtime/akka/DurableDeployer.scala 91.48% <100.00%> (-2.86%) ⬇️
.../scala/endless/runtime/akka/EntityPassivator.scala 100.00% <100.00%> (+10.00%) ⬆️
... and 1 more

@jchapuis jchapuis merged commit 236f409 into endless4s:master Mar 6, 2023
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.

None yet

2 participants