Skip to content

Commit

Permalink
Change dependency overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 10, 2023
1 parent bd0e0fb commit 40fb585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ lazy val docs = project
publish / skip := true,
moduleName := "metals-docs",
mdoc := (Compile / run).evaluated,
dependencyOverrides += "com.lihaoyi" %% "pprint" % "0.6.6",
dependencyOverrides += "com.geirsson" %% "metaconfig-core" % "0.12.0",
)
.dependsOn(metals)
.enablePlugins(DocusaurusPlugin)

0 comments on commit 40fb585

Please sign in to comment.