andyglow / scala-jsonschema

Scala JSON Schema
Other
123 stars 38 forks source link

remove `final` modifiers #225

Closed xuwei-k closed 2 years ago

xuwei-k commented 2 years ago

prepare Scala 3

Welcome to Scala 3.1.0 (11.0.13, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.

scala> final object Foo
-- Warning:
1 |final object Foo
  |^^^^^
  |Modifier final is redundant for this definition
// defined object Foo