sdkman / sdkman-candidates

The Candidates service that under-girds SDKMAN! CLI.
Other
10 stars 15 forks source link

Update flexmark-all to 0.64.8 #53

Closed DavidGregory084 closed 1 year ago

DavidGregory084 commented 1 year ago

About this PR

📦 Updates com.vladsch.flexmark:flexmark-all from 0.36.8 to 0.64.8

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.vladsch.flexmark", artifactId = "flexmark-all" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.vladsch.flexmark", artifactId = "flexmark-all" } }] ```

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