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 magnolia to 1.1.9 #176

Merged
merged 1 commit into from
May 12, 2024
Merged

Update magnolia to 1.1.9 #176

merged 1 commit into from
May 12, 2024

Conversation

scala-steward-geirolz[bot]
Copy link
Contributor

@scala-steward-geirolz scala-steward-geirolz bot commented Apr 28, 2024

About this PR

πŸ“¦ Updates com.softwaremill.magnolia1_2:magnolia from 1.1.8 to 1.1.9

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 = "com.softwaremill.magnolia1_2", artifactId = "magnolia" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.softwaremill.magnolia1_2", artifactId = "magnolia" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1

@@ -34,7 +34,7 @@

object Generic {
val scala2: Seq[ModuleID] = Seq(
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8",
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.9",

Check warning

Code scanning / Codacy-scalameta-pro (reported by Codacy)

Prohibits usage of duplicated string literals. Warning

The string literal 'magnolia' appears 2 times in the file.
@@ -34,7 +34,7 @@

object Generic {
val scala2: Seq[ModuleID] = Seq(
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8",
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.9",

Check notice

Code scanning / Scalastyle (reported by Codacy)

The string literal "magnolia" appears 2 times in the file. Note

The string literal "magnolia" appears 2 times in the file.
Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 64.81%. Comparing base (50f5a64) to head (5cb25c6).
Report is 6 commits behind head on main.

❗ Current head 5cb25c6 differs from pull request most recent head a5d868a. Consider uploading reports for the commit a5d868a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
- Coverage   67.84%   64.81%   -3.03%     
==========================================
  Files          59       47      -12     
  Lines        2180     1913     -267     
  Branches      424      356      -68     
==========================================
- Hits         1479     1240     -239     
+ Misses        701      673      -28     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@scala-steward-geirolz scala-steward-geirolz bot force-pushed the update/magnolia-1.1.9 branch from 5cb25c6 to a5d868a Compare May 12, 2024 00:23
@mergify mergify bot merged commit 647336c into main May 12, 2024
16 checks passed
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.

0 participants