Skip to content

Commit ff9f38e

Browse files
stratikamarc0der
authored andcommitted
fix scala compilation issues
1 parent c1fcdb7 commit ff9f38e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
package io.sdkman.changelogs.java
1+
package io.sdkman.changelogs
22

33
import com.github.mongobee.changeset.{ChangeLog, ChangeSet}
44
import com.mongodb.client.MongoDatabase
5-
import io.sdkman.db.MongoConnector
65

76
@ChangeLog(order = "050")
87
class TornadoVMMigrations {
@@ -18,8 +17,8 @@ class TornadoVMMigrations {
1817
name = "TornadoVM",
1918
description =
2019
"TornadoVM is a plug-in to OpenJDK and GraalVM that allows Java programmers to automatically run on heterogeneous hardware (GPUs, FPGAs, multi-core CPUs).",
21-
websiteUrl = "https://www.tornadovm.org/" distribution =
22-
"PLATFORM_SPECIFIC"
20+
websiteUrl = "https://www.tornadovm.org/",
21+
distribution = "PLATFORM_SPECIFIC"
2322
).insert()
2423
}
2524
}

0 commit comments

Comments
 (0)