Skip to content

Commit 7f7f336

Browse files
committed
Update plantuml to 1.2025.2
1 parent 49989a1 commit 7f7f336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lazy val root = tlCrossRootProject
7070
lazy val mdocPlantuml = project
7171
.in(file("mdoc-plantuml"))
7272
.settings(
73-
libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "1.2025.0"
73+
libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "1.2025.2"
7474
)
7575
.enablePlugins(MdocPlugin)
7676
.enablePlugins(NoPublishPlugin)

0 commit comments

Comments
 (0)