Skip to content

Commit 599d912

Browse files
Update sbt-mdoc to 2.8.0
1 parent caf6ca3 commit 599d912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.3")
44
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.18.0")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
6-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
6+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")

src/main/g8/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3")
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.3")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
5-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
5+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")

0 commit comments

Comments
 (0)