Skip to content

Commit

Permalink
Update mdoc, mdoc-parser, sbt-mdoc to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and kitbellew committed Feb 5, 2024
1 parent 8a716a7 commit cb53e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val scalacheckV = "1.17.0"
val coursier = "2.1.2"
val munitV = "0.7.29"
val mdocV = "2.5.1"
val mdocV = "2.5.2"

val scalapb = Def.setting {
ExclusionRule(
Expand Down
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 @@ resolvers ++= Seq(
Resolver.bintrayIvyRepo("jetbrains", "sbt-plugins")
)

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
Expand Down

0 comments on commit cb53e7a

Please sign in to comment.