We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32ffdb commit 2cf6727Copy full SHA for 2cf6727
src/main/scala/io/sdkman/changelogs/AntMigration.scala
@@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
6
@ChangeLog(order = "032")
7
class AntMigration {
8
@ChangeSet(
9
- order = "018",
10
- id = "018-add_ant_1.10.13",
11
- author = "aalmiray"
+ order = "019",
+ id = "019-add_ant_1.10.14",
+ author = "helpermethod"
12
)
13
- def migration017(implicit db: MongoDatabase): Unit = {
+ def migration019(implicit db: MongoDatabase): Unit = {
14
Version(
15
"ant",
16
- "1.10.13",
17
- "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"
18
).validate()
19
.insert()
20
.asCandidateDefault()
0 commit comments