mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-19 18:17:22 -04:00
disable unsupported option
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
parent
3e99c0d38b
commit
0b17419ccf
@ -6,7 +6,9 @@ lazy val root = (project in file(".")).settings(
|
|||||||
version := "0.1.0-SNAPSHOT",
|
version := "0.1.0-SNAPSHOT",
|
||||||
semanticdbEnabled := true,
|
semanticdbEnabled := true,
|
||||||
semanticdbVersion := scalafixSemanticdb.revision,
|
semanticdbVersion := scalafixSemanticdb.revision,
|
||||||
scalafixScalaBinaryVersion := "3.1"
|
|
||||||
|
// This is apparently not supported on Scala 3 currently
|
||||||
|
// scalafixScalaBinaryVersion := "3.1"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
name := "LibreCaptcha",
|
name := "LibreCaptcha",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user