-
-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sbt-buildinfo to 0.13.1 #1288
Update sbt-buildinfo to 0.13.1 #1288
Conversation
WalkthroughThe pull request updates the version of the Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -10,7 +10,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") | |||
// release management | |||
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") | |||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") | |||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0") | |||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π‘ Codebase verification
Version 0.13.1 exists but hasn't been released yet
The PR is updating to version 0.13.1, which exists as a tag (v0.13.1) in the repository but hasn't been officially released yet. The latest official release is still 0.13.0. It's recommended to wait for the official release before updating.
- The tag v0.13.1 was created recently (commit 07337b5)
- The latest GitHub release is still v0.13.0
- Using an unreleased version could lead to potential issues
π Analysis chain
LGTM! Safe patch update for sbt-buildinfo.
The update from 0.13.0 to 0.13.1 is a patch version increment, indicating only backwards compatible bug fixes. This is a safe change that shouldn't impact the build process.
Let's verify this is the latest stable version:
π Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Verify the latest version of sbt-buildinfo
# Expected: Should show 0.13.1 as the latest stable version
# Check the latest release tag
gh release list --repo sbt/sbt-buildinfo --limit 1
Length of output: 95
Script:
#!/bin/bash
# Let's verify if there are any newer releases or tags that might not be marked as releases
gh api repos/sbt/sbt-buildinfo/tags --jq '.[0:3] | .[] | {name, commit: .commit.sha}'
# Also check if there are any recent commits that might indicate a newer version
gh api repos/sbt/sbt-buildinfo/commits --jq '.[0:3] | .[] | {sha: .sha, date: .commit.author.date, message: .commit.message}'
Length of output: 867
About this PR
π¦ Updates com.eed3si9n:sbt-buildinfo from
0.13.0
to0.13.1
π 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:Or, add this to slow down future updates of this dependency:
Summary by CodeRabbit
sbt-buildinfo
plugin to version0.13.1
, which may include bug fixes or minor enhancements.