Skip to content

Update sbt, scripted-plugin to 1.12.15 - #203

Open
scala-steward wants to merge 3 commits into
apache:mainfrom
scala-steward:update/sbt-1.12.15
Open

Update sbt, scripted-plugin to 1.12.15#203
scala-steward wants to merge 3 commits into
apache:mainfrom
scala-steward:update/sbt-1.12.15

Conversation

@scala-steward

Copy link
Copy Markdown
Contributor

About this PR

📦 Updates

from 1.12.14 to 1.12.15

📜 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!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-sbt" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-sbt" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:n:2

@raboof raboof left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want the update but not the Regenerate GitHub Actions workflow commit. We should probably figure out what triggers the sbt githubWorkflowGenerate and see if we can make sure it only executes when githubWorkflowCheck fails.

@pjfanning

Copy link
Copy Markdown
Member

It is the VirtusLabs ScalaSteward job that checks for us using sbt-github-actions and that rebuilds the Ci files as a convenience.

@raboof

raboof commented Aug 8, 2026

Copy link
Copy Markdown
Member

ah right it's a semi-hardcoded feature in https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala#L159

odd how it's giving us trouble in this PR but not others (like for example apache/pekko-http#1203), though ah those are not using sbt-github-actions at all

@raboof

raboof commented Aug 8, 2026

Copy link
Copy Markdown
Member

propsed sbt/sbt-github-actions#230 upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants