Skip to content

Commit c40c3d8

Browse files
committed
Update mdoc
1 parent eaa577f commit c40c3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import polynomial.morphism.~>
6464
type F[Y] = (Store[Boolean, _] ~> Monomial[Byte, Char, _])[Y]
6565

6666
val M: Mermaid[F] = summon[Mermaid[F]]
67-
// M: Mermaid[F] = polynomial.mermaid.Mermaid$$anon$1@19f0b089
67+
// M: Mermaid[F] = polynomial.mermaid.Mermaid$$anon$1@6470dd67
6868

6969
println(M.showTitledGraph(titleFmt = Format.Cardinal, graphFmt = Format.Specific))
7070
// ```mermaid

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
55
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
66

77
// docs
8-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
8+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
99

1010
// publish
1111
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)