Skip to content

Commit b2aa03a

Browse files
committed
refactor: Migrate code from Scala 3.4.2 to 3.3.3 LTS. This caused some issues in the CQL Interpolation Macro
1 parent 58d559c commit b2aa03a

File tree

4 files changed

+74
-32
lines changed

4 files changed

+74
-32
lines changed

.scalafix.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ DisableSyntax.noReturns = true
1414
DisableSyntax.noFinalize = true
1515
DisableSyntax.noValPatterns = true
1616

17-
RemoveUnused.imports = true
17+
OrganizeImports.removeUnused = false # Scala 3.3.3 doesn't support this rule but 3.4.x does :(
18+
RemoveUnused.imports = false # Scala 3.3.3 doesn't support this rule but 3.4.x does :(
1819
OrganizeImports.targetDialect = Scala3

0 commit comments

Comments
 (0)