Skip to content

Commit

Permalink
Update mdoc, mdoc-parser, sbt-mdoc to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and kitbellew committed Jul 22, 2024
1 parent dcf3a26 commit 255c1a6
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 @@ -12,7 +12,7 @@ object Dependencies {
val scalacheckV = "1.18.0"
val coursier = "2.1.10"
val munitV = "1.0.0"
val mdocV = "2.5.3"
val mdocV = "2.5.4"

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.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
Expand Down

0 comments on commit 255c1a6

Please sign in to comment.