Skip to content

Commit

Permalink
Update sbt-mdoc to 2.5.3 (#886)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Jun 19, 2024
1 parent cb52c13 commit 0762637
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 @@ -16,7 +16,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("io.chrisdavenport" %% "sbt-npm-package" % "0.2.0")
// Explicitly bumping until sbt-typelevel upgrades.
// Older versions exit sbt on compilation failures.
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-nop" % "2.0.13"
Expand Down

0 comments on commit 0762637

Please sign in to comment.