Skip to content

Commit c51d08e

Browse files
authored
Merge pull request #28 from haruo31/update-plantuml
Update build.sbt to get latest version of plantuml
2 parents 3796456 + 1e318e1 commit c51d08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ useJCenter := true
1818

1919
lazy val downloadPlantuml = taskKey[Unit]("Download the PlantUML ASL Version.")
2020
downloadPlantuml := {
21-
val url = "https://downloads.sourceforge.net/project/plantuml/1.2021.9/plantuml-jar-asl-1.2021.9.zip"
21+
val url = "https://downloads.sourceforge.net/project/plantuml/1.2022.5/plantuml-jar-asl-1.2022.5.zip"
2222
if (java.nio.file.Files.notExists(new File("lib/plantuml.jar").toPath())) {
2323
println(url)
2424
IO.unzipURL(new URL(url), new File("lib"))

0 commit comments

Comments
 (0)