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 2cf6727 commit 19f406cCopy full SHA for 19f406c
src/main/scala/io/sdkman/changelogs/VisualVmMigrations.scala
@@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
6
@ChangeLog(order = "009")
7
class VisualVmMigrations {
8
@ChangeSet(
9
- order = "019",
10
- id = "019-add_visualvm_2_1_8",
11
- author = "eddumelendez"
+ order = "020",
+ id = "020-add_visualvm_2_1_9",
+ author = "helpermethod"
12
)
13
- def migration(implicit db: MongoDatabase): Unit = {
+ def migration020(implicit db: MongoDatabase): Unit = {
14
Version(
15
"visualvm",
16
- "2.1.8",
17
- "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"
18
).validate()
19
.insert()
20
.asCandidateDefault()
0 commit comments