Skip to content

Commit d1146a8

Browse files
authored
Merge pull request #149 from typelevel/update/sbt-mdoc-2.5.3
Update sbt-mdoc to 2.5.3
2 parents faa4bbc + 579e3fe commit d1146a8

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.7.1")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.1")
44
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
6-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
6+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")

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.7.1")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.1")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
5-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
5+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")

0 commit comments

Comments
 (0)