Skip to content

Commit

Permalink
SBT: get mdoc version from its plugin
Browse files Browse the repository at this point in the history
Otherwise, it was necessary manually to keep `Dependencies.scala` and
`plugins.sbt` in sync.
  • Loading branch information
kitbellew committed Dec 10, 2024
1 parent a5d10f0 commit 9ef2d38
Showing 1 changed file with 1 addition and 1 deletion.
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.1"
val coursier = "2.1.10"
val munitV = "1.0.2"
val mdocV = "2.6.1"
val mdocV = mdoc.BuildInfo.version

val scalapb = Def.setting {
ExclusionRule(
Expand Down

0 comments on commit 9ef2d38

Please sign in to comment.