Skip to content

Commit e3daea9

Browse files
Update sbt-softwaremill-common, ... to 2.0.25 (#591)
## About this PR 📦 Updates * [com.softwaremill.sbt-softwaremill:sbt-softwaremill-common](https://github.com/softwaremill/sbt-softwaremill) * [com.softwaremill.sbt-softwaremill:sbt-softwaremill-publish](https://github.com/softwaremill/sbt-softwaremill) from `2.0.21` to `2.0.25` 📜 [GitHub Release Notes](https://github.com/softwaremill/sbt-softwaremill/releases/tag/v2.0.25) - [Version Diff](softwaremill/sbt-softwaremill@v2.0.21...v2.0.25) ## 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.softwaremill.sbt-softwaremill" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.softwaremill.sbt-softwaremill" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.softwaremill.sbt-softwaremill", "artifactId" : { "name" : "sbt-softwaremill-common", "maybeCrossName" : null }, "version" : "2.0.21", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.0.25" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.softwaremill.sbt-softwaremill", "artifactId" : { "name" : "sbt-softwaremill-publish", "maybeCrossName" : null }, "version" : "2.0.21", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.0.25" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "sbt-plugin-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward>
1 parent f196eb6 commit e3daea9

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
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
22

3-
val sbtSoftwareMillVersion = "2.0.21"
3+
val sbtSoftwareMillVersion = "2.0.25"
44
addSbtPlugin(
55
"com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion
66
)

0 commit comments

Comments
 (0)