Skip to content

Commit

Permalink
build(deps): Update metaconfig-core from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Dec 13, 2024
1 parent d50eb34 commit 7d144f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ lazy val metals = project
// =================
// for bloom filters
V.guava,
"org.scalameta" %% "metaconfig-core" % "0.13.0",
"org.scalameta" %% "metaconfig-core" % "0.14.0",
// for measuring memory footprint
"org.openjdk.jol" % "jol-core" % "0.17",
// for file watching
Expand Down Expand Up @@ -805,7 +805,7 @@ lazy val docs = project
publish / skip := true,
moduleName := "metals-docs",
mdoc := (Compile / run).evaluated,
dependencyOverrides += "org.scalameta" %% "metaconfig-core" % "0.13.0",
dependencyOverrides += "org.scalameta" %% "metaconfig-core" % "0.14.0",
)
.dependsOn(metals)
.enablePlugins(DocusaurusPlugin)

0 comments on commit 7d144f3

Please sign in to comment.