Skip to content

Commit 965c6e9

Browse files
authored
Update plantuml to 1.2024.3 (#314)
1 parent d0b6d33 commit 965c6e9

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.2024.2"
73+
libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "1.2024.3"
7474
)
7575
.enablePlugins(MdocPlugin)
7676
.enablePlugins(NoPublishPlugin)

0 commit comments

Comments
 (0)