eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.
http://scalaxb.org/
MIT License
332 stars 154 forks source link

fix procedure syntax #616

Closed xuwei-k closed 10 months ago

xuwei-k commented 10 months ago
[warn] /home/runner/work/scalaxb/scalaxb/integration/src/test/scala-2.13+/CompilerMatcher.scala:210:56: procedure syntax is deprecated: instead, add `: Unit =` to explicitly declare `copyFileFromResource`'s return type
[warn]   def copyFileFromResource(source: String, dest: File) {
[warn]                                                        ^