Skip to content

Commit f06c90a

Browse files
Update sbt-mdoc to 2.5.1
1 parent 7f476d6 commit f06c90a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.1")
44
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
6-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
6+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")

src/main/g8/project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.1")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
5-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
5+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")

0 commit comments

Comments
 (0)