We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3796456 + 1e318e1 commit c51d08eCopy full SHA for c51d08e
build.sbt
@@ -18,7 +18,7 @@ useJCenter := true
18
19
lazy val downloadPlantuml = taskKey[Unit]("Download the PlantUML ASL Version.")
20
downloadPlantuml := {
21
- val url = "https://downloads.sourceforge.net/project/plantuml/1.2021.9/plantuml-jar-asl-1.2021.9.zip"
+ val url = "https://downloads.sourceforge.net/project/plantuml/1.2022.5/plantuml-jar-asl-1.2022.5.zip"
22
if (java.nio.file.Files.notExists(new File("lib/plantuml.jar").toPath())) {
23
println(url)
24
IO.unzipURL(new URL(url), new File("lib"))
0 commit comments