prepare Scala 3

This commit is contained in:
kenji yoshida
2021-07-27 07:23:01 +09:00
committed by GitHub
parent d9ef9b874d
commit 1b660272a1

View File

@@ -84,7 +84,7 @@ object GitBucketCoreModule
new Version(
"4.34.0",
new Migration() {
override def migrate(moduleId: String, version: String, context: util.Map[String, AnyRef]): Unit = {
override def migrate(moduleId: String, version: String, context: java.util.Map[String, AnyRef]): Unit = {
implicit val formats: Formats = Serialization.formats(NoTypeHints)
import JDBCUtil._