Skip to content

Commit 72a0d40

Browse files
committed
Fixes an improvements on ki migration.
1 parent 621ecd7 commit 72a0d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/io/sdkman/changelogs/KiMigrations.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ package io.sdkman.changelogs
33
import com.github.mongobee.changeset.{ChangeLog, ChangeSet}
44
import com.mongodb.client.MongoDatabase
55

6-
@ChangeLog(order = "065")
6+
@ChangeLog(order = "066")
77
class KiMigrations {
88
@ChangeSet(order = "001", id = "001-add_ki_candidate", author = "asm0dey")
99
def migrate001(implicit db: MongoDatabase) = {
1010
Candidate(
1111
candidate = "ki",
1212
name = "ki",
1313
description =
14-
"The shell is an extensible implementation of Kotlin REPL with reach set of features",
14+
"An extensible implementation of the Kotlin REPL with a rich set of features including autocomplete, syntax highlighting, type inference and maven dependencies.",
1515
websiteUrl = "https://github.com/Kotlin/kotlin-interactive-shell"
1616
).insert()
1717
}

0 commit comments

Comments
 (0)