mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update circe to 0.15.x
This commit is contained in:
@ -10,8 +10,7 @@ val elmCompileMode = settingKey[ElmCompileMode]("How to compile elm sources")
|
||||
|
||||
val scalafixSettings = Seq(
|
||||
semanticdbEnabled := true, // enable SemanticDB
|
||||
semanticdbVersion := scalafixSemanticdb.revision, // "4.4.0"
|
||||
ThisBuild / scalafixDependencies ++= Dependencies.organizeImports
|
||||
semanticdbVersion := scalafixSemanticdb.revision // "4.4.0"
|
||||
)
|
||||
|
||||
val sharedSettings = Seq(
|
||||
|
Reference in New Issue
Block a user