Skip to content

Commit

Permalink
chore: Add Ant 1.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored and marc0der committed Aug 21, 2024
1 parent a32ffdb commit 2cf6727
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/scala/io/sdkman/changelogs/AntMigration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
@ChangeLog(order = "032")
class AntMigration {
@ChangeSet(
order = "018",
id = "018-add_ant_1.10.13",
author = "aalmiray"
order = "019",
id = "019-add_ant_1.10.14",
author = "helpermethod"
)
def migration017(implicit db: MongoDatabase): Unit = {
def migration019(implicit db: MongoDatabase): Unit = {
Version(
"ant",
"1.10.13",
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.13-bin.zip"
"1.10.14",
"https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.14-bin.zip"
).validate()
.insert()
.asCandidateDefault()
Expand Down

0 comments on commit 2cf6727

Please sign in to comment.