Skip to content

Commit

Permalink
Update metabrowse to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 29, 2024
1 parent 76edd00 commit 415f73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ final class ScalaInterpreterInspections(
try
docs.documentation(
sym,
() => symbol.allOverriddenSymbols.map(_.toSemantic).toList.asJava
() => symbol.allOverriddenSymbols.map(_.toSemantic).toList.asJava,
scala.meta.pc.ContentType.MARKDOWN
)
catch {
case e: IndexingExceptions.InvalidSymbolException =>
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Deps {
def jvmRepr = ivy"com.github.jupyter:jvm-repr:0.4.0"
def mdoc = ivy"org.scalameta::mdoc:2.5.2"
def munit = ivy"org.scalameta::munit:1.0.0"
def metabrowseServer = ivy"org.scalameta:::metabrowse-server:0.2.12"
def metabrowseServer = ivy"org.scalameta:::metabrowse-server:0.2.13"
def osLib = ivy"com.lihaoyi::os-lib:0.10.1"
def pprint = ivy"com.lihaoyi::pprint:0.9.0"
def scalafmtDynamic = ivy"org.scalameta::scalafmt-dynamic:${Versions.scalafmt}"
Expand Down

0 comments on commit 415f73c

Please sign in to comment.