Skip to content

Commit

Permalink
Update sbt-mdoc to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Nov 7, 2023
1 parent 68e3e6a commit 7d6e2ee
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.1.2")
// Explicitly bumping until sbt-typelevel upgrades.
// Older versions exit sbt on compilation failures.
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.0")
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-nop" % "2.0.9"
Expand Down

0 comments on commit 7d6e2ee

Please sign in to comment.