Skip to content

Commit

Permalink
Merge pull request #2000 from scalacenter/update/sbt-mdoc-2.3.7
Browse files Browse the repository at this point in the history
build(deps): Update sbt-mdoc from 2.3.6 to 2.3.7
  • Loading branch information
ckipp01 committed Jan 29, 2023
2 parents fb531f1 + 58a982d commit c02ed8a
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 @@ -10,7 +10,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.7")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("org.scala-debugger" % "sbt-jdi-tools" % "1.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.13")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
Expand Down

0 comments on commit c02ed8a

Please sign in to comment.