Skip to content

Commit

Permalink
Update sbt-mdoc to 2.2.18 (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 17, 2021
1 parent cf27d81 commit 64a5196
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 @@ -21,7 +21,7 @@ libraryDependencies ++= (
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

// Documentation
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.17")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18")

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

0 comments on commit 64a5196

Please sign in to comment.