Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit b3d36b5

Browse files
committed
Update sbt-mdoc to 2.2.24
1 parent e9f4cba commit b3d36b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
22
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
44
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
5-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.23")
5+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
66
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.9")
77
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
88
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")

0 commit comments

Comments
 (0)