mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-12 19:28:05 -05: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",
|
||||
semanticdbEnabled := true,
|
||||
semanticdbVersion := scalafixSemanticdb.revision,
|
||||
scalafixScalaBinaryVersion := "3.1"
|
||||
|
||||
// This is apparently not supported on Scala 3 currently
|
||||
// scalafixScalaBinaryVersion := "3.1"
|
||||
)
|
||||
),
|
||||
name := "LibreCaptcha",
|
||||
|
Loading…
x
Reference in New Issue
Block a user