mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-22 11:25:39 -04:00
removed semantic db version
This commit is contained in:
parent
48159c6b14
commit
600bcee67e
@ -4,8 +4,8 @@ lazy val root = (project in file(".")).settings(
|
|||||||
organization := "com.example",
|
organization := "com.example",
|
||||||
scalaVersion := "3.6.4",
|
scalaVersion := "3.6.4",
|
||||||
version := "0.2.1-snapshot",
|
version := "0.2.1-snapshot",
|
||||||
semanticdbEnabled := true,
|
// semanticdbEnabled := true,
|
||||||
semanticdbVersion := scalafixSemanticdb.revision
|
// semanticdbVersion := scalafixSemanticdb.revision
|
||||||
|
|
||||||
// This is apparently not supported on Scala 3 currently
|
// This is apparently not supported on Scala 3 currently
|
||||||
// scalafixScalaBinaryVersion := "3.1"
|
// scalafixScalaBinaryVersion := "3.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user