Skip to content

Commit

Permalink
chore: Add VisualVM 2.1.9 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weiler authored Aug 22, 2024
1 parent 2cf6727 commit 19f406c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/scala/io/sdkman/changelogs/VisualVmMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
@ChangeLog(order = "009")
class VisualVmMigrations {
@ChangeSet(
order = "019",
id = "019-add_visualvm_2_1_8",
author = "eddumelendez"
order = "020",
id = "020-add_visualvm_2_1_9",
author = "helpermethod"
)
def migration(implicit db: MongoDatabase): Unit = {
def migration020(implicit db: MongoDatabase): Unit = {
Version(
"visualvm",
"2.1.8",
"https://github.com/oracle/visualvm/releases/download/2.1.8/visualvm_218.zip"
"2.1.9",
"https://github.com/oracle/visualvm/releases/download/2.1.9/visualvm_219.zip"
).validate()
.insert()
.asCandidateDefault()
Expand Down

0 comments on commit 19f406c

Please sign in to comment.