Skip to content

Commit

Permalink
Merge pull request #205 from scala-steward/update/sbt-mdoc-2.2.21
Browse files Browse the repository at this point in the history
Update sbt-mdoc to 2.2.21
  • Loading branch information
EmergentOrder authored May 14, 2021
2 parents 78e638f + 6ba7f31 commit 004583c
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 @@ -6,7 +6,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20" )
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.21" )
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") // "0.21.0-RC1")
// for Scala.js 1.x.x
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta32")

0 comments on commit 004583c

Please sign in to comment.