Skip to content
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

bump: sbt-dynver 5.0.1 (was 4.1.1) #1158

Merged
merged 7 commits into from
Jun 8, 2023

Conversation

scala-steward
Copy link
Contributor

About this PR

📦 Updates com.dwijnand:sbt-dynver from 4.1.1 to 5.0.1

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.dwijnand", artifactId = "sbt-dynver" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.dwijnand", artifactId = "sbt-dynver" }
}]
labels: sbt-plugin-update, early-semver-major, semver-spec-major, commit-count:1

@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "2.0.0")
Copy link
Member

@octonato octonato Jun 1, 2023

Choose a reason for hiding this comment

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

Curious that it didn't update the version here, but it did on the one below.

Btw, this it seems to be a very old version. Is that really used? Looks more like a copy-and-paste

@johanandren
Copy link
Member

Hmmm, I thought I saw problems with this elsewhere because artifact is built with target JDK 11, but maybe that's fine as long as we don't need to release from JDK 8. Or I remember wrong, can't find that closed PR.

@johanandren johanandren merged commit 3d507be into akka:main Jun 8, 2023
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