Skip to content

Commit

Permalink
Update sbt-mdoc to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davenverse-steward[bot] committed Jun 19, 2024
1 parent 69ca935 commit 504ac72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lazy val core = project.in(file("core"))

addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0"),

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21"),
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3"),
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4"),
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3"),

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")

addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")

Expand Down

0 comments on commit 504ac72

Please sign in to comment.