diff --git a/project/plugins.sbt b/project/plugins.sbt index eebb6364..4a1ee523 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ val sbtSoftwareMillVersion = "2.1.1" addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion) addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion) -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")