Skip to content

Commit

Permalink
NamedDialect: add all scala3 dialects
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Oct 2, 2024
1 parent 6cac44c commit 00d060c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ object NamedDialect {
Sbt1,
Scala3Future,
scala3,
Scala30,
Scala31,
Scala32,
Scala33,
Scala34,
Scala35,
).map(apply).sortBy(_.name)

private[config] val defaultName = "default"
Expand Down

0 comments on commit 00d060c

Please sign in to comment.