mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-23 11:55:40 -04:00
Allow scala 3 syntax
This commit is contained in:
parent
ab1e09142a
commit
5f77eee1ac
@ -1,2 +1,3 @@
|
|||||||
version=2.5.2
|
version="3.0.5"
|
||||||
maxColumn = 120
|
maxColumn = 120
|
||||||
|
runner.dialect = scala213source3
|
||||||
|
@ -19,7 +19,8 @@ Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }
|
|||||||
scalacOptions ++= List(
|
scalacOptions ++= List(
|
||||||
"-Yrangepos",
|
"-Yrangepos",
|
||||||
"-Ywarn-unused",
|
"-Ywarn-unused",
|
||||||
"-deprecation"
|
"-deprecation",
|
||||||
|
"-Xsource:3"
|
||||||
)
|
)
|
||||||
javacOptions += "-g:none"
|
javacOptions += "-g:none"
|
||||||
compileOrder := CompileOrder.JavaThenScala
|
compileOrder := CompileOrder.JavaThenScala
|
||||||
|
Loading…
x
Reference in New Issue
Block a user