Skip to content

Commit

Permalink
Update sbt-mdoc to 2.1.1 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xerial committed Jan 4, 2020
1 parent 552e30f commit bcb26ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALA_JS_VERSION)
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")

// Documentation
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.1")

// For generating Lexer/Parser from ANTLR4 grammar (.g4)
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")
Expand Down

0 comments on commit bcb26ea

Please sign in to comment.