playframework / play-file-watch

This is the Play File Watch library
Apache License 2.0
14 stars 18 forks source link

Patch updates #287

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

About this PR

Updates:

Usage

✅ Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

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 these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.typesafe", artifactId = "sbt-mima-plugin" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe", artifactId = "sbt-mima-plugin" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } } ] ```

labels: sbt-plugin-update, library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:n:2