reibitto / command-center

A CLI-based launcher and general productivity tool.
Apache License 2.0
103 stars 12 forks source link

Update org.eclipse.swt.gtk.linux.x86_64 to 3.127.0 #579

Closed scala-steward closed 2 weeks ago

scala-steward commented 1 month ago

About this PR

šŸ“¦ Updates org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64 from 3.126.0 to 3.127.0

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 = "org.eclipse.platform", artifactId = "org.eclipse.swt.gtk.linux.x86_64" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.eclipse.platform", artifactId = "org.eclipse.swt.gtk.linux.x86_64" } }] ```

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