We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49989a1 commit 7f7f336Copy full SHA for 7f7f336
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.2025.0"
+ libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "1.2025.2"
74
)
75
.enablePlugins(MdocPlugin)
76
.enablePlugins(NoPublishPlugin)
0 commit comments