Update circe to 0.15.x

This commit is contained in:
eikek
2023-11-05 20:30:03 +01:00
parent d806a6a65e
commit 46faa7aa40
3 changed files with 14 additions and 15 deletions

View File

@ -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(