Skip to content

Commit

Permalink
Update JOSM version to compile against (→ 12275)
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed May 30, 2017
1 parent d741aac commit aa57b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ dependencies {
* Please check for numeric versions, if that specific version is available for download from https://josm.openstreetmap.de/download/ .
* If not, choose the next higher number that is available, or the gradle build will break.
*/
implementation(':josm:12128')
implementation(':josm:12275')
// For plugins it's irrelevant, which version is specified, always the latest version is used.
requiredPlugin (name: 'apache-commons'){changing=true}
requiredPlugin (name: 'apache-http'){changing=true}

testImplementation ':josm-unittest'
testImplementation (name: 'josm-unittest'){changing=true}
testImplementation 'junit:junit:4.12'
}

Expand Down

0 comments on commit aa57b29

Please sign in to comment.