Skip to content

Commit

Permalink
feat: update PlantUML download URL to version 1.2025.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Feb 8, 2025
1 parent 7eff0f1 commit a31ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-plantuml.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
const request = require('request')

const filename = 'plantuml.jar'
const downloadUrl = 'https://github.com/plantuml/plantuml/releases/download/v1.2023.10/plantuml-1.2023.10.jar'
const downloadUrl = 'https://github.com/plantuml/plantuml/releases/download/v1.2025.0/plantuml.jar'

console.info('Download plantuml', downloadUrl, filename)

Expand Down

0 comments on commit a31ef7c

Please sign in to comment.