Skip to content

Commit

Permalink
Merge pull request #2608 from scalacenter/update/sbt-mdoc-2.6.4
Browse files Browse the repository at this point in the history
build(deps): Update sbt-mdoc from 2.6.3 to 2.6.4
  • Loading branch information
tgodzik authored Feb 14, 2025
2 parents 015cc8f + 223198d commit dfb4afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.4")
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
Expand Down

0 comments on commit dfb4afd

Please sign in to comment.