sbt / zinc

Scala incremental compiler library, used by sbt and other build tools
Apache License 2.0
333 stars 118 forks source link

Update scala-parser-combinators to 2.4.0 #1354

Closed scala-steward closed 3 weeks ago

scala-steward commented 4 months ago

About this PR

📦 Updates org.scala-lang.modules:scala-parser-combinators from 1.1.2 to 2.4.0

📜 GitHub Release Notes - Version Diff

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!

🔍 Files still referring to the old version number The following files still refer to the old version number (1.1.2). You might want to review and update them manually. ``` build.sbt internal/zinc-classpath/src/main/scala/sbt/internal/inc/ScalaInstance.scala project/plugins.sbt ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang.modules", artifactId = "scala-parser-combinators" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-parser-combinators" } }] ```

labels: library-update, early-semver-major, semver-spec-major, version-scheme:early-semver, old-version-remains, commit-count:1

SethTisue commented 3 weeks ago

Eugene has closed previous bumps on this, so I guess we close this one too.