Skip to content

Commit

Permalink
Update mdoc-interfaces to 2.1.1 (scalameta#1243)
Browse files Browse the repository at this point in the history
Update mdoc-interfaces to 2.1.1

Co-authored-by: Scala Steward <me@scala-steward.org>
  • Loading branch information
gabro and scala-steward authored Jan 3, 2020
2 parents a664f1c + e5aa577 commit 8d4299c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ lazy val V = new {
val sbtBloop = "1.3.5"
val gradleBloop = bloop
val mavenBloop = bloop
val mdoc = "2.0.3"
val mdoc = "2.1.1"
val scalafmt = "2.3.2"
// List of supported Scala versions in SemanticDB. Needs to be manually updated
// for every SemanticDB upgrade.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ abstract class BaseWorksheetLspSuite(scalaVersion: String)
_ = assertNoDiff(
client.workspaceDecorations,
"""|
|val x = 42
|val x = 42 // 42
|throw new RuntimeException("boom")
|""".stripMargin
)
Expand Down

0 comments on commit 8d4299c

Please sign in to comment.