diff --git a/project/plugin.sbt b/project/plugin.sbt index 173099f623..054219e979 100755 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -28,7 +28,7 @@ libraryDependencies ++= ( addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") // Documentation -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") // For generating Lexer/Parser from ANTLR4 grammar (.g4) addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")