diff --git a/project/plugins.sbt b/project/plugins.sbt index 33aa5ee..0ec4bc9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") libraryDependencies += { "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value } -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13")