Skip to content

Commit

Permalink
Update Scala 3 version to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcardell committed Oct 5, 2024
1 parent cefad31 commit f0408c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .scalafix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ triggered.rules = [
RedundantSyntax
]

# clashes with OrganizeImports
# RemoveUnused.imports = false

OrganizeImports {
blankLines = Auto
groups = [
Expand All @@ -31,5 +28,9 @@ OrganizeImports {
"*"
]
expandRelative = true
removeUnused = false
removeUnused = true
}

# clashes with OrganizeImports
RemoveUnused.imports = false

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ThisBuild / tlSitePublishBranch := Some("main")
ThisBuild / tlSiteKeepFiles := false

val Scala213 = "2.13.12"
val Scala33 = "3.3.3"
val Scala33 = "3.3.4"
ThisBuild / crossScalaVersions := Seq(Scala213, Scala33)
ThisBuild / scalaVersion := Scala213 // the default Scala

Expand Down

0 comments on commit f0408c0

Please sign in to comment.