We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e41f4 commit 71e0a3bCopy full SHA for 71e0a3b
build.sbt
@@ -70,7 +70,7 @@ lazy val root = tlCrossRootProject
70
lazy val mdocPlantuml = project
71
.in(file("mdoc-plantuml"))
72
.settings(
73
- libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "1.2024.5"
+ libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "1.2024.6"
74
)
75
.enablePlugins(MdocPlugin)
76
.enablePlugins(NoPublishPlugin)
0 commit comments