Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update mdoc to 2.5.4 #6523

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object V {
val lsp4jV = "0.23.1"
val mavenBloop = "2.0.0"
val mill = "0.11.8"
val mdoc = "2.5.2"
val mdoc = "2.5.4"
val munit = "1.0.0"
val pprint = "0.7.3"
val sbtBloop = bloop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WorksheetLspSuite extends tests.BaseWorksheetLspSuite(V.scala213) {
| body(
| p("This is a big paragraph of text")
| )
|) // : scalatags.Text.TypedTag[String] = TypedTag(tag = "html",modifiers = List(ArraySeq(TypedTag(tag = "body",modifiers = L
|) // : scalatags.Text.TypedTag[String] = TypedTag( tag = "html", modifiers = List( ArraySeq( TypedTag( tag = "body", modifie
|htmlFile.render // : String = "<html><body><p>This is a big paragraph of text</p></body></html>"
|""".stripMargin,
)
Expand Down Expand Up @@ -164,7 +164,7 @@ class WorksheetLspSuite extends tests.BaseWorksheetLspSuite(V.scala213) {
|
|implicit val system: ActorSystem = ActorSystem("QuickStart") // : ActorSystem = akka://QuickStart
|val source: Source[Int, NotUsed] = Source(1 to 2) // : Source[Int, NotUsed] = Source(SourceShape(StatefulMapConcat.out(...
|val future = source.runWith(Sink.foreach(_ => ())) // : concurrent.Future[akka.Done] = Future(Success(Done))
|val future = source.runWith(Sink.foreach(_ => ())) // : concurrent.Future[akka.Done] = Future(<not completed>)
|Await.result(future, 3.seconds) // : akka.Done = Done
|""".stripMargin,
)
Expand Down