Skip to content

Commit 40ee36a

Browse files
Update enumeratum to 1.7.6 (#145)
## About this PR 📦 Updates [com.beachape:enumeratum](https://github.com/lloydmeta/enumeratum) from `1.7.5` to `1.7.6` ## 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`](https://github.com/scala-steward-org/scala-steward/blob/4ff8908610ea92677a37a8c0fe614e7054435602/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.beachape", artifactId = "enumeratum" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.beachape", artifactId = "enumeratum" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.beachape", "artifactId" : { "name" : "enumeratum", "maybeCrossName" : "enumeratum_2.13" }, "version" : "1.7.5", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "com.beachape", "artifactId" : { "name" : "enumeratum", "maybeCrossName" : "enumeratum_3" }, "version" : "1.7.5", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.7.6" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } --> Co-authored-by: Michel Davit <[email protected]>
1 parent c9f0eaf commit 40ee36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val Datadog = "4.4.3"
77
val Dropwizard = "4.2.30"
88
val DropwizardV5 = "5.0.0"
9-
val Enumeratum = "1.7.5"
9+
val Enumeratum = "1.7.6"
1010
val Logback = "1.5.18"
1111
val Pekko = "1.1.3"
1212
val PekkoHttp = "1.1.0"

0 commit comments

Comments
 (0)