Skip to content

Commit

Permalink
Update mdoc, sbt-mdoc to 2.6.1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 3, 2024
1 parent e805f2e commit 3cb903b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addDependencyTreePlugin
resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots/"

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.2-12-17ac909-SNAPSHOT")
Expand Down

0 comments on commit 3cb903b

Please sign in to comment.