Skip to content

Commit

Permalink
Update sbt-mdoc to 2.3.3 (#574)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Nedokushev <[email protected]>
  • Loading branch information
scala-steward and grouzen authored Sep 2, 2022
1 parent 9fc913f commit c3a2b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.3")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.3"

0 comments on commit c3a2b06

Please sign in to comment.