Skip to content

Commit

Permalink
build(deps): Update metaconfig-core from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Jul 26, 2024
1 parent d6622f3 commit c632beb
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 @@ -419,7 +419,7 @@ lazy val metals = project
// =================
// for bloom filters
V.guava,
"com.geirsson" %% "metaconfig-core" % "0.12.0",
"org.scalameta" %% "metaconfig-core" % "0.13.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 += "com.geirsson" %% "metaconfig-core" % "0.12.0",
dependencyOverrides += "org.scalameta" %% "metaconfig-core" % "0.13.0",
)
.dependsOn(metals)
.enablePlugins(DocusaurusPlugin)

0 comments on commit c632beb

Please sign in to comment.