Skip to content

Commit f87776d

Browse files
Update sbt-mdoc to 2.8.0 (#4869)
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.7.2` to `2.8.0` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.8.0) - [Version Diff](scalameta/mdoc@v2.7.2...v2.8.0) ## 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/2a028a134addd16dff0b99a189a295a348991c53/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 = "org.scalameta", artifactId = "sbt-mdoc" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" } }] ``` </details> <sup> labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalameta", "artifactId" : { "name" : "sbt-mdoc", "maybeCrossName" : null }, "version" : "2.7.2", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2.8.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "early-semver-minor", "semver-spec-minor", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward> Co-authored-by: Adam Warski <[email protected]>
1 parent b961a3a commit f87776d

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
@@ -8,7 +8,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-browser-tes
88
//addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.9")
11-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
11+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")
1212
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
1313
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.3")
1414
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")

0 commit comments

Comments
 (0)