Skip to content

Commit 6959ce4

Browse files
Update sbt-dynver to 5.1.1 (#11)
## About this PR 📦 Updates [com.github.sbt:sbt-dynver](https://github.com/sbt/sbt-dynver) from `5.1.0` to `5.1.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-dynver/releases/tag/v5.1.1) - [Version Diff](sbt/sbt-dynver@v5.1.0...v5.1.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`](https://github.com/scala-steward-org/scala-steward/blob/aa89f0da1e565ff940bddae9287eeb474b0d610f/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.github.sbt", artifactId = "sbt-dynver" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.sbt", artifactId = "sbt-dynver" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.github.sbt", "artifactId" : { "name" : "sbt-dynver", "maybeCrossName" : null }, "version" : "5.1.0", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "5.1.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
1 parent 2695330 commit 6959ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
66

77
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
88

9-
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
9+
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
1010

1111
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
1212

0 commit comments

Comments
 (0)