Skip to content

Commit

Permalink
Update sbt-mdoc to 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Nov 27, 2020
1 parent 977c33c commit 7ab9e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val documentation = project

lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13"),
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.5"),
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.13"),
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3"),
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 7ab9e61

Please sign in to comment.